From 1663b896931fa1219f27ca965d83ddca3e6705de Mon Sep 17 00:00:00 2001 From: Jenkins Automation Server Date: Wed, 3 Apr 2019 14:06:20 +0100 Subject: [PATCH] Setting release number --- ganga/GangaCore/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ganga/GangaCore/__init__.py b/ganga/GangaCore/__init__.py index 2e1fe33a49..df856166eb 100755 --- a/ganga/GangaCore/__init__.py +++ b/ganga/GangaCore/__init__.py @@ -28,8 +28,8 @@ def getLCGRootPath(): # ------------------------------------------------ # store Ganga version based on new git tag for this file -_gangaVersion = '7.1.11' -_development = True +_gangaVersion = '7.1.12' +_development = False # store a path to Ganga libraries _gangaPythonPath = os.path.dirname(os.path.dirname(__file__)) diff --git a/setup.py b/setup.py index 3ce21deb8c..6df483c323 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ file_path = os.path.dirname(os.path.realpath(__file__)) -_gangaVersion = '7.1.11' +_gangaVersion = '7.1.12' def version(): return _gangaVersion