Skip to content

Commit

Permalink
Merge branch 'prepare-release-v0.10.0' of github.com:PyPSA/pypsa-eur …
Browse files Browse the repository at this point in the history
…into prepare-release-v0.10.0
  • Loading branch information
fneum committed Feb 19, 2024
2 parents f39fd14 + f4422f1 commit 9c08af9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ conf_default_file = os.path.join(workflow.current_basedir, "config/config.defaul
if not exists(conf_file) and exists(conf_default_file):
copyfile(conf_default_file, conf_file)


configfile: "config/config.default.yaml"
configfile: "config/config.yaml"

Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Release Notes

.. Upcoming Release
.. ================
..
..
PyPSA-Eur 0.10.0 (19th February 2024)
=====================================
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial_sector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ successfully.
4 -> 60
23 -> 61
4 -> 61
}
}

|
Expand Down Expand Up @@ -809,7 +809,7 @@ workflow:
4 -> 85
71 -> 86
4 -> 86
}
}

|
Expand Down

0 comments on commit 9c08af9

Please sign in to comment.