diff --git a/doc/conf.py b/doc/conf.py index 5922db98..d661724a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = "powerplantmatching" -copyright = "2021, Fabian Hofmann, Fabian Gotzens, Jonas Hörsch, Martha Frysztacki" +copyright = "2021-2024, Fabian Hofmann, Fabian Gotzens, Jonas Hörsch, Martha Frysztacki" author = "Fabian Hofmann, Fabian Gotzens, Jonas Hörsch, Martha Frysztacki" diff --git a/doc/index.rst b/doc/index.rst index 8238a6c0..a20b7588 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -117,7 +117,7 @@ in-depth discussions and exchanges of ideas and code with Licence ------- -Copyright 2018-2020 Fabian Gotzens (FZ Jülich), Jonas Hörsch (KIT), +Copyright 2018-2024 Fabian Gotzens (FZ Jülich), Jonas Hörsch (KIT), Fabian Hofmann (FIAS) powerplantmatching is released as free software under the diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 44e0557c..35121843 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -5,7 +5,10 @@ History of Changes .. Upcoming Version .. ---------------- -* Update IRENASTAT to include data up to 2023. +Version 0.5.13 (25.04.2024) +--------------------------- + +* Update IRENASTAT to include data up to 2023 (``ppm.data.IRENASTAT()``). Version 0.5.12 (07.04.2024) --------------------------- diff --git a/powerplantmatching/__init__.py b/powerplantmatching/__init__.py index 66d851eb..96f7eb22 100644 --- a/powerplantmatching/__init__.py +++ b/powerplantmatching/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2020 Fabian Hofmann (FIAS), Jonas Hoersch (KIT, IAI) and +# Copyright 2016-2024 Fabian Hofmann (FIAS), Jonas Hoersch (KIT, IAI) and # Fabian Gotzens (FZJ, IEK-STE) # This program is free software; you can redistribute it and/or @@ -24,9 +24,9 @@ from __future__ import absolute_import -__version__ = "0.5.12" +__version__ = "0.5.13" __author__ = "Fabian Hofmann" -__copyright__ = "Copyright 2017-2022 Technical University of Berlin" +__copyright__ = "Copyright 2017-2024 Technical University of Berlin" # The rough hierarchy of this package is # core, utils, heuristics, cleaning, matching, collection, data diff --git a/setup.py b/setup.py index 95254917..713f1388 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="powerplantmatching", - version="0.5.12", + version="0.5.13", author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)", author_email="hofmann@fias.uni-frankfurt.de", description="Toolset for generating and managing Power Plant Data",