Skip to content

Commit 36a5009

Browse files
authored
Bump version to 0.8.0 (#1690)
1 parent 579985c commit 36a5009

10 files changed

+15
-14
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.7.0
5+
version: 0.8.0
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.7.0
5+
version: 0.8.0
66
tutorial: true
77

88

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.7.0"
68+
release = "0.8.0"
6969

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

doc/release_notes.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ This part of documentation collects descriptive release notes to capture the mai
1313

1414
**New Features and Major Changes**
1515

16+
*
17+
18+
**Minor Changes and bug-fixing**
19+
20+
*
21+
22+
PyPSA-Earth 0.7.0
23+
=================
24+
25+
**New Features and Major Changes**
26+
1627
* Generalize usage of SEG option `PR #1535 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1535>`__
1728

1829
* Added a hot-fix to handle UNSD data downtime causing CI to fail `PR #1653 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1653>`__
@@ -738,7 +749,7 @@ Release Process
738749

739750
* Make sure thah pinned versions of the environments ``*-pinned.yaml`` in ``envs`` folder are up-to-date.
740751

741-
* Update version number in ``doc/conf.py``, ``default.config.yaml``, ``tutorial.config.yaml`` and ``test/config.*.yaml``.
752+
* Update version number in ``doc/conf.py``, ``default.config.yaml``, and ``tutorial.config.yaml``.
742753

743754
* Open, review and merge pull request for branch ``release-v0.x.x``.
744755
Make sure to close issues and PRs or the release milestone with it (e.g. closes #X).

test/config.custom.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.7.0
7-
86
run:
97
name: "custom"
108
shared_cutouts: true # set to true to share the default cutout(s) across runs

test/config.landlock.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.7.0
7-
86
countries: ["BW"]
97

108
run:

test/config.monte_carlo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.7.0
7-
86
run:
97
name: "monte-carlo"
108

test/config.myopic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.7.0
65
logging_level: INFO
76
tutorial: true
87

test/config.sector.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.7.0
65
tutorial: true
76

87
enable:

test/config.tutorial.test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.7.0
6-
75
run:
86
name: tutorial
97
sector_name: "tutorial"

0 commit comments

Comments
 (0)