Skip to content

Commit 084e7aa

Browse files
authored
Merge pull request #738 from pz-max/release-v0.2.1
Release v0.2.1
2 parents ad9fd85 + eb6e5d1 commit 084e7aa

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

config.default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.2.0
5+
version: 0.2.1
66
tutorial: false
77

88
logging:

config.tutorial.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.2.0
5+
version: 0.2.1
66
tutorial: true
77

88
logging:

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
copyright = f"{datetime.datetime.today().year}, {author}"
6666

6767
# The full version, including alpha/beta/rc tags
68-
release = "0.2.0"
68+
release = "0.2.1"
6969

7070
# The name of the Pygments (syntax highlighting) style to use.
7171
pygments_style = "sphinx"

doc/release_notes.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ Upcoming release
1212
Please add descriptive release notes like in `PyPSA-Eur <https://github.com/PyPSA/pypsa-eur/blob/master/doc/release_notes.rst>`__.
1313
E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_tests` and in one sentence what it does.
1414

15+
PyPSA-Earth 0.2.1
16+
=================
17+
1518
**New Features and major Changes**
1619

17-
- Fix bug. Add graphviz to docs to compile workflows in the documentation and adapt release notes `PR #719 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/719>`__
20+
* Fix bug. Add graphviz to docs to compile workflows in the documentation and adapt release notes `PR #719 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/719>`__
21+
22+
* License change from GPL to AGPL as voted `here <https://github.com/pypsa-meets-earth/pypsa-earth/issues/693>`__
23+
24+
* Fix hard-coded simplification of lines to 380kV `PR #732 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/732>`__.
25+
It is now possible to simplify the network to any other voltage level with config option `base_voltage`.
1826

19-
- License change from GPL to AGPL as voted `here <https://github.com/pypsa-meets-earth/pypsa-earth/issues/693>`_
2027

2128
PyPSA-Earth 0.2.0
2229
=================
@@ -111,8 +118,6 @@ PyPSA-Earth 0.2.0
111118

112119
* Update instructions on how to write documentation. `PR #720 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/720>`__
113120

114-
* Fix hard-coded simplification of lines to 380kV. `PR #732 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/732>`__
115-
116121
PyPSA-Earth 0.1.0
117122
=================
118123

0 commit comments

Comments
 (0)