Skip to content

Commit eb6e5d1

Browse files
committed
change version tag
1 parent d475ae0 commit eb6e5d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0
5+
version: 0.2.1
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.0
5+
version: 0.2.1
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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.0
15+
PyPSA-Earth 0.2.1
1616
=================
1717

1818
**New Features and major Changes**

0 commit comments

Comments
 (0)