Skip to content

Commit 3557d4e

Browse files
committed
prepare release v0.8.0
1 parent 3c39918 commit 3557d4e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.0
1+
version: 0.8.0
22

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

docs/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
# -- Project information -----------------------------------------------------
6565

6666
project = u'technology-data'
67-
copyright = u'2020-2023, Marta Victoria (Aarhus University), Kun Zhu (Aarhus University), Elisabeth Zeyen (TUB, KIT), Tom Brown (TUB, KIT)'
68-
author = u'2020-2023 Marta Victoria (Aarhus University), Kun Zhu (Aarhus University), Elisabeth Zeyen (TUB, KIT), Tom Brown (TUB, KIT)'
67+
copyright = u'2020-2024, Marta Victoria (Aarhus University), Kun Zhu (Aarhus University), Elisabeth Zeyen (TUB, KIT), Tom Brown (TUB, KIT)'
68+
author = u'2020-2024 Marta Victoria (Aarhus University), Kun Zhu (Aarhus University), Elisabeth Zeyen (TUB, KIT), Tom Brown (TUB, KIT)'
6969

7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = u'0.7'
76+
version = u'0.8'
7777
# The full version, including alpha/beta/rc tags.
78-
release = u'0.7.0'
78+
release = u'0.8.0'
7979

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

docs/release_notes.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Release Notes
55
.. Upcoming Release
66
.. ================
77
8-
* Update currency year from 2015 to 2020. Add a currency year for each data input. The inflation rate is taken `Eurostat HICP - annual data (average index and rate of change) <https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/dataflow/ESTAT/prc_hicp_aind/1.0?references=descendants&detail=referencepartial&format=sdmx_2.1_generic&compressed=true>`_.
8+
Technology-Data 0.8.0 (19 February 2024)
9+
=======================================
10+
11+
* Update currency year from 2015 to 2020. Add a currency year for each data
12+
input. The inflation rate is taken `Eurostat HICP - annual data (average index
13+
and rate of change)
14+
<https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/dataflow/ESTAT/prc_hicp_aind/1.0?references=descendants&detail=referencepartial&format=sdmx_2.1_generic&compressed=true>`_.
915

1016
Technology-Data 0.7.0 (7 February 2024)
1117
=======================================

0 commit comments

Comments
 (0)