From e8535d8a93541d9881aaf1626fdda366940b4df6 Mon Sep 17 00:00:00 2001
From: Phoebe Pearce
Date: Mon, 20 Nov 2023 14:53:58 +1100
Subject: [PATCH] Bump version 5.9.2 -> 5.10.0
---
docs/source/conf.py | 2 +-
meson.build | 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 4c6f104d..daee8d00 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.9.2'
+__version__ = '5.10.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/meson.build b/meson.build
index 2c048782..a22cedc3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('solcore',
- version: '5.9.2',
+ version: '5.10.0',
license: 'GNU LGPL',
meson_version: '>= 0.64.0',
default_options : [
diff --git a/solcore/solcore_config.txt b/solcore/solcore_config.txt
index 827c15d5..836cf223 100755
--- a/solcore/solcore_config.txt
+++ b/solcore/solcore_config.txt
@@ -1,5 +1,5 @@
[Configuration]
-version: 5.9.2
+version: 5.10.0
welcome_message: 1
verbose_loading: 1