Skip to content

Commit c4700c9

Browse files
author
Travis CI
committed
Merge pull request #122 from kube-HPC/Enhance_log
Enhance error logging .... bump version [skip ci]
1 parent aacc740 commit c4700c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0-dev20
2+
current_version = 2.6.0-dev21
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
here = os.path.abspath(os.path.dirname(__file__))
88

99

10-
VERSION = '2.6.0-dev20'
10+
VERSION = '2.6.0-dev21'
1111

1212

1313

0 commit comments

Comments
 (0)