Skip to content

Commit 143cc70

Browse files
committed
prepare release v0.5.12
1 parent c331a3a commit 143cc70

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

doc/release-notes.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ History of Changes
55
.. Upcoming Version
66
.. ----------------
77
8+
*
9+
10+
Version 0.5.12 (07.04.2024)
11+
---------------------------
12+
813
* fix the filtering of GCPT/GEM coal database by Status.
9-
* add add technology renaming for GWPT/GEM wind dataset.
14+
* add technology renaming for GWPT/GEM wind dataset.
1015
* improve performances of GEM data processing.
1116

1217
Version 0.5.11 (05.02.2024)

powerplantmatching/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from __future__ import absolute_import
2626

27-
__version__ = "0.5.11"
27+
__version__ = "0.5.12"
2828
__author__ = "Fabian Hofmann"
2929
__copyright__ = "Copyright 2017-2022 Technical University of Berlin"
3030
# The rough hierarchy of this package is

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="powerplantmatching",
12-
version="0.5.11",
12+
version="0.5.12",
1313
author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)",
1414
author_email="[email protected]",
1515
description="Toolset for generating and managing Power Plant Data",

0 commit comments

Comments
 (0)