diff --git a/ganga/GangaCore/__init__.py b/ganga/GangaCore/__init__.py index 2186c02dca..a1d829a268 100644 --- 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.14' -_development = True +_gangaVersion = '7.1.15' +_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 b776b63a67..f84c60eda9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ file_path = os.path.dirname(os.path.realpath(__file__)) -_gangaVersion = '7.1.14' +_gangaVersion = '7.1.15' def version(): return _gangaVersion