Skip to content

Commit

Permalink
prepare release v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Feb 7, 2024
1 parent 4a19245 commit 408ed49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions doc/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ History of Changes
.. Upcoming Version
.. ----------------
Version 0.5.10 (30.01.2023)
-------------------------
Version 0.5.11 (05.02.2024)
---------------------------

* The default configuration no longer filters out retired power plants. This filtering should be done by the user afterwards.

Version 0.5.10 (30.01.2024)
---------------------------

* fix deprecation warnings for new pandas version for inplace operations
* fix bus mapping in ``export`` module

Version 0.5.9 (16.01.2023)
-------------------------
Version 0.5.9 (16.01.2024)
--------------------------

* fix deprecation warnings for new pandas version
* lower GEM reliability score to fix DateIn and DateOut for some powerplants
Expand Down
2 changes: 1 addition & 1 deletion powerplantmatching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from __future__ import absolute_import

__version__ = "0.5.10"
__version__ = "0.5.11"
__author__ = "Fabian Hofmann"
__copyright__ = "Copyright 2017-2022 Technical University of Berlin"
# The rough hierarchy of this package is
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="powerplantmatching",
version="0.5.10",
version="0.5.11",
author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)",
author_email="[email protected]",
description="Toolset for generating and managing Power Plant Data",
Expand Down

0 comments on commit 408ed49

Please sign in to comment.