Skip to content

Commit

Permalink
Merge branch 'fixes/#432-bump-mvgd-version-no' into continuous-integr…
Browse files Browse the repository at this point in the history
…ation/run-everything-over-the-weekend
  • Loading branch information
nesnoj committed Sep 8, 2021
2 parents caf6498 + a5bd4d5 commit ba2ce9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,5 @@ Bug fixes
`#414 <https://github.com/openego/eGon-data/issues/414>`_
* Add prefix egon to MV grid district tables
`#349 <https://github.com/openego/eGon-data/issues/349>`_

* Bump MV grid district version no
`#432 <https://github.com/openego/eGon-data/issues/432>`_
2 changes: 1 addition & 1 deletion src/egon/data/datasets/mv_grid_districts.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def define_mv_grid_districts():
mv_grid_districts_setup = partial(
Dataset,
name="MvGridDistricts",
version="0.0.0",
version="0.0.1",
dependencies=[],
tasks=(define_mv_grid_districts),
)

0 comments on commit ba2ce9e

Please sign in to comment.