Skip to content

Commit 53b692e

Browse files
committed
Prepare new release
1 parent 911566a commit 53b692e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

doc/release-notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ History of Changes
66
.. ----------------
77
88
9+
Version 0.5.6 (13.02.2023)
10+
-------------------------
11+
12+
13+
**Bug fixes**
14+
15+
* Set `DateIn` column as a float
16+
* Remove special characters from hash path for custom configs
17+
* Add conversion of country name into GEO and GPD data sources
18+
19+
**Other Changes**
20+
21+
* Revise table in documentation and update links to powerplant database
22+
23+
924
Version 0.5.5 (21.12.2022)
1025
-------------------------
1126

powerplantmatching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from __future__ import absolute_import
2626

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="powerplantmatching",
12-
version="0.5.5",
12+
version="0.5.6",
1313
author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)",
1414
author_email="hofmann@fias.uni-frankfurt.de",
1515
description="Toolset for generating and managing Power Plant Data",

0 commit comments

Comments
 (0)