Skip to content

Commit 6f8aa80

Browse files
authored
Release v0.3.0 (#950)
* Update version and the release note * Update environment
1 parent f41eed3 commit 6f8aa80

5 files changed

+287
-261
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.3
5+
version: 0.3.0
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.3
5+
version: 0.3.0
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.3"
68+
release = "0.3.0"
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.3.0
20+
=================
21+
22+
**New Features and major Changes (24th December 2023)**
23+
1724
* Keep all traceback in logs. `PR #898 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/898>`__
1825

1926
* Function added in clean_osm_data script to allow the use of custom network data instead or on-top of OSM data. `PR #842 <'https://github.com/pypsa-meets-earth/pypsa-earth/pull/842>`__

0 commit comments

Comments
 (0)