From 143cc703f538447b0a599d3dac19fb5c9ca23381 Mon Sep 17 00:00:00 2001 From: Davide Fioriti Date: Sun, 7 Apr 2024 11:00:47 +0200 Subject: [PATCH] prepare release v0.5.12 --- doc/release-notes.rst | 7 ++++++- powerplantmatching/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index da92d18d..c475a0af 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -5,8 +5,13 @@ History of Changes .. Upcoming Version .. ---------------- +* + +Version 0.5.12 (07.04.2024) +--------------------------- + * fix the filtering of GCPT/GEM coal database by Status. -* add add technology renaming for GWPT/GEM wind dataset. +* add technology renaming for GWPT/GEM wind dataset. * improve performances of GEM data processing. Version 0.5.11 (05.02.2024) diff --git a/powerplantmatching/__init__.py b/powerplantmatching/__init__.py index 5933d0dd..66d851eb 100644 --- a/powerplantmatching/__init__.py +++ b/powerplantmatching/__init__.py @@ -24,7 +24,7 @@ from __future__ import absolute_import -__version__ = "0.5.11" +__version__ = "0.5.12" __author__ = "Fabian Hofmann" __copyright__ = "Copyright 2017-2022 Technical University of Berlin" # The rough hierarchy of this package is diff --git a/setup.py b/setup.py index 3d7d36f5..95254917 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="powerplantmatching", - version="0.5.11", + version="0.5.12", 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",