Skip to content

Commit 7922499

Browse files
author
ganga-ci
committed
Setting release number
1 parent 49c9ea3 commit 7922499

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ganga/GangaCore/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def getLCGRootPath():
2828

2929
# ------------------------------------------------
3030
# store Ganga version based on new git tag for this file
31-
_gangaVersion = '7.1.1'
32-
_development = True
31+
_gangaVersion = '7.1.2'
32+
_development = False
3333

3434
# store a path to Ganga libraries
3535
_gangaPythonPath = os.path.dirname(os.path.dirname(__file__))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
file_path = os.path.dirname(os.path.realpath(__file__))
99

10-
_gangaVersion = '7.1.1'
10+
_gangaVersion = '7.1.2'
1111

1212
def version():
1313
return _gangaVersion

0 commit comments

Comments
 (0)