From aca1023c3d048b468f3bc468ae9512728e6325dd Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 2 Oct 2021 11:17:29 +0200 Subject: [PATCH] bump version to 0.6.0 --- config.default.yaml | 2 +- doc/conf.py | 4 ++-- doc/release_notes.rst | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index d6d4052c..eb062833 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -1,4 +1,4 @@ -version: 0.5.0 +version: 0.6.0 logging_level: INFO diff --git a/doc/conf.py b/doc/conf.py index 1961a23b..b0206ff8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,9 +70,9 @@ author = u'2019-2020 Tom Brown (KIT), Marta Victoria (Aarhus University), Lisa Z # built documents. # # The short X.Y version. -version = u'0.5' +version = u'0.6' # The full version, including alpha/beta/rc tags. -release = u'0.5.0' +release = u'0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 9ef5c04b..aaccc671 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -6,7 +6,10 @@ Future release ============== .. note:: - This unreleased version currently requires the master branches of PyPSA, PyPSA-Eur, and the technology-data repository. + This unreleased version currently may require the master branches of PyPSA, PyPSA-Eur, and the technology-data repository. + +PyPSA-Eur-Sec 0.6.0 (4 October 2021) +==================================== * With this release, we change the license from copyleft GPLv3 to the more liberal MIT license with the consent of all contributors.