diff --git a/CITATION.cff b/CITATION.cff index c921a773..2caf4226 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ cff-version: 1.1.0 message: "If you use this package, please cite it in the following way." title: "PyPSA-Eur: An open sector-coupled optimisation model of the European energy system" repository: https://github.com/pypsa/pypsa-eur -version: 0.11.0 +version: 0.12.0 license: MIT authors: - family-names: Brown @@ -36,3 +36,17 @@ authors: - family-names: Hörsch given-names: Jonas orcid: https://orcid.org/0000-0001-9438-767X + - family-names: Schledorn + given-names: Amos + - family-names: Schauß + given-names: Caspar + - family-names: van Greevenbroek + given-names: Koen + - family-names: Millinger + given-names: Markus + - family-names: Glaum + given-names: Philipp + - family-names: Xiong + given-names: Bobby + - family-names: Seibold + given-names: Toni diff --git a/config/config.default.yaml b/config/config.default.yaml index 00e5838e..5e736e2e 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 # docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#top-level-configuration -version: 0.11.0 +version: 0.12.0 tutorial: false logging: diff --git a/doc/conf.py b/doc/conf.py index f0d1ca37..bb929a46 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -92,9 +92,9 @@ author = "Tom Brown (KIT, TUB, FIAS), Jonas Hoersch (KIT, FIAS), Fabian Hofmann # built documents. # # The short X.Y version. -version = "0.11" +version = "0.12" # The full version, including alpha/beta/rc tags. -release = "0.11.0" +release = "0.12.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.