Skip to content

Commit 2482704

Browse files
authored
Prepare release v0.2.3- (#904)
1 parent 920800f commit 2482704

5 files changed

+148
-134
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.2
5+
version: 0.2.3
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.2
5+
version: 0.2.3
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.2"
68+
release = "0.2.3"
6969

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

doc/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t
1414

1515
**New Features and major Changes**
1616

17+
18+
19+
PyPSA-Earth 0.2.3
20+
=================
21+
22+
**New Features and major Changes (19th October 2023)**
23+
1724
* Add params: section in rule definition to keep track of changed settings in config.yaml. `PR #823 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/823>`__ and `PR #880 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/880>`__
1825

1926
* Fix Natural Gas implementation in "add_electricity" to avoid "Natural Gas" to be filtered out `PR #797 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/797>`__

0 commit comments

Comments
 (0)