From 8aa7e70bb9b2969874d8d1bdfd4e00a57681440f Mon Sep 17 00:00:00 2001 From: Phoebe Pearce Date: Sun, 21 Aug 2022 18:21:37 +1000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.7.7=20=E2=86=92=205.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- setup.cfg | 2 +- solcore/solcore_config.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e831eed..a8f951ab 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # config = ConfigParser() # config.read([default_config, ]) # __version__ = config.get('Configuration', 'version') -__version__ = '5.7.7' +__version__ = '5.8.0' # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the diff --git a/setup.cfg b/setup.cfg index c3947ca9..24bfc837 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.7.7 +current_version = 5.8.0 commit = True tag = True diff --git a/solcore/solcore_config.txt b/solcore/solcore_config.txt index 7508a95e..7d8590cf 100755 --- a/solcore/solcore_config.txt +++ b/solcore/solcore_config.txt @@ -1,5 +1,5 @@ [Configuration] -version: 5.7.7 +version: 5.8.0 welcome_message: 1 verbose_loading: 1