Skip to content

Commit 7fc22eb

Browse files
committed
release-v0.2.2
1 parent 7900bc7 commit 7fc22eb

File tree

5 files changed

+517
-516
lines changed

5 files changed

+517
-516
lines changed

config.default.yaml

Lines changed: 1 addition & 1 deletion
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.1
5+
version: 0.2.2
66
tutorial: false
77

88
logging:

config.tutorial.yaml

Lines changed: 1 addition & 1 deletion
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.1
5+
version: 0.2.2
66
tutorial: true
77

88
logging:

doc/conf.py

Lines changed: 1 addition & 1 deletion
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.1"
68+
release = "0.2.2"
6969

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

doc/release_notes.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ 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+
**New Features and major Changes**
16+
17+
PyPSA-Earth 0.2.2
18+
=================
19+
20+
**New Features and major Changes (8th July 2023)**
21+
1522
* Fix Natural Gas assignment bug in build_powerplants rule `PR #754 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/754>`__.
1623

1724
* Add GEM datasets to the powerplantmatching config `PR #750 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/750>`__.
@@ -33,7 +40,7 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t
3340
PyPSA-Earth 0.2.1
3441
=================
3542

36-
**New Features and major Changes**
43+
**New Features and major Changes (20th May 2023)**
3744

3845
* 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>`__
3946

@@ -47,7 +54,7 @@ PyPSA-Earth 0.2.1
4754
PyPSA-Earth 0.2.0
4855
=================
4956

50-
**New Features and major Changes**
57+
**New Features and major Changes (7th May 2023)**
5158

5259
* Finalize package restructuring `PR #462 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/462>`__
5360

0 commit comments

Comments
 (0)