Skip to content

Commit de7a72f

Browse files
authored
Merge pull request #781 from pz-max/release-v0.2.2
release-v0.2.2
2 parents 7900bc7 + bbbeae3 commit de7a72f

5 files changed

+207
-201
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.1
5+
version: 0.2.2
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.1
5+
version: 0.2.2
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.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

+11-3
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

@@ -317,12 +324,13 @@ Release Process
317324

318325
* Update ``envs/environment.fixed.yaml`` via
319326
``conda env export -n pypsa-earth -f envs/environment.fixed.yaml --no-builds``
320-
from an up-to-date `pypsa-earth` environment.
327+
from an up-to-date `pypsa-earth` environment. Add license note at the top of the new yaml.
321328

322329
* Update version number in ``doc/conf.py`` and ``*config.*.yaml``.
323330

324331
* Open, review and merge pull request for branch ``release-v0.x.x``.
325332
Make sure to close issues and PRs or the release milestone with it (e.g. closes #X).
333+
Run ``pre-commit run --all`` locally and fix any issues.
326334

327335
* Tag a release on Github via ``git tag v0.x.x``, ``git push``, ``git push --tags``. Include release notes in the tag message.
328336

0 commit comments

Comments
 (0)