Skip to content

Commit

Permalink
update changelog and dataset version
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Feb 3, 2025
1 parent d6589f9 commit 687c182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,8 @@ Bug Fixes
* Fix incorrect YAML serialization of the --scenarios CLI
parameter that caused broken DAGs in the pipeline.
`#343 <https://github.com/openego/powerd-data/issues/343>`_
* Fix hard coded scenario name in CTS building generation
`#1180 <https://github.com/openego/eGon-data/issues/1180>`_


.. _PR #692: https://github.com/openego/eGon-data/pull/692
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class CtsDemandBuildings(Dataset):
#:
name: str = "CtsDemandBuildings"
#:
version: str = "0.0.3"
version: str = "0.0.4"

def __init__(self, dependencies):
super().__init__(
Expand Down

0 comments on commit 687c182

Please sign in to comment.