Skip to content

Commit 7579297

Browse files
committed
🔖 Set version to 1.8.6rc1
1 parent 16855bc commit 7579297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
_version_major = 1
4444
_version_minor = 8
4545
_version_micro = 6
46-
_version_extra = 'dev'
46+
_version_extra = 'rc1'
4747

4848

4949
def get_cpac_gitversion():
@@ -90,7 +90,7 @@ def get_cpac_gitversion():
9090
_version_micro)
9191

9292
if _version_extra:
93-
__version__ += ".%s" % _version_extra
93+
__version__ += "%s" % _version_extra
9494

9595
ga_tracker = 'UA-19224662-10'
9696

0 commit comments

Comments
 (0)