From adb21a89d3ec581ffac0932fb9bf12c92eab48b2 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 31 May 2022 10:47:15 +0200 Subject: [PATCH] REL: Release v0.7.4 --- setup.py | 2 +- src/doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fa3720f2..8bca21ab 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ from setuptools import find_packages, setup # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ######################################################################## -ISRELEASED = False +ISRELEASED = True MAJOR = 0 MINOR = 7 MICRO = 4 diff --git a/src/doc/conf.py b/src/doc/conf.py index 9a048359..8080c87b 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.7.3' +release = '0.7.4' # -- General configuration --------------------------------------------------- -- GitLab