Skip to content

Commit 523eea9

Browse files
committed
prepare release v0.9.1
1 parent d0c646a commit 523eea9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9.0
1+
version: 0.9.1
22

33
# considered years for output data
44
years : [2020, 2025, 2030, 2035, 2040, 2045, 2050]

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15-
import sys
1615
import os
1716
import shlex
17+
import sys
1818

1919
# If extensions (or modules to document with autodoc) are in another directory,
2020
# add these directories to sys.path here. If the directory is relative to the
@@ -75,7 +75,7 @@
7575
# The short X.Y version.
7676
version = u'0.9'
7777
# The full version, including alpha/beta/rc tags.
78-
release = u'0.9.0'
78+
release = u'0.9.1'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

docs/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ Release Notes
55
.. Upcoming Release
66
.. ================
77
8+
Technology-Data 0.9.1 (7 August 2024)
9+
=====================================
10+
811
* added fuel costs for bioethanol crops, rape seed, and manure from JRC ENSPRESO
912

1013
* added fuel costs for fuelwood from JRC ENSPRESO
1114

15+
* added hull for HVDC underground cost based on HVDC submarine cost
16+
17+
* added methanol-to-kerosene cost data from Concawe report
18+
1219
Technology-Data 0.9.0 (12 May 2024)
1320
===================================
1421
* add methanol-to-kerosene cost data (https://github.com/PyPSA/technology-data/pull/136)

0 commit comments

Comments
 (0)