We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60ea8f commit f9df15fCopy full SHA for f9df15f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.0
+current_version = 2.6.0
3
commit = True
4
tag = True
5
message = Automatic version bump via bumpversion.
UnleashClient/constants.py
@@ -1,6 +1,6 @@
# Library
SDK_NAME = "unleash-client-python"
-SDK_VERSION = "2.5.0"
+SDK_VERSION = "2.6.0"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"
6
setup.py
@@ -10,7 +10,7 @@ def readme():
10
11
setup(
12
name='UnleashClient',
13
- version='2.5.0',
+ version='2.6.0',
14
author='Ivan Lee',
15
author_email='ivanklee86@gmail.com',
16
description='Python client for the Unleash feature toggle system!',
0 commit comments