File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.4 .0
2+ current_version = 2.5 .0
33commit = True
44tag = True
55message = Automatic version bump via bumpversion.
Original file line number Diff line number Diff line change 11# Library
22SDK_NAME = "unleash-client-python"
3- SDK_VERSION = "2.4 .0"
3+ SDK_VERSION = "2.5 .0"
44REQUEST_TIMEOUT = 30
55METRIC_LAST_SENT_TIME = "mlst"
66
Original file line number Diff line number Diff line change 1- ## Next
1+ ## v2.5.0
22
33** General**
4- * (Minor) Unleash client will not error if cache is not present and Unleash server not accessible during initialization.
4+ * (Minor) Unleash client will not error if cache is not present and Unleash server not accessible during initialization..
55
66## v2.4.0
77
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def readme():
1010
1111setup (
1212 name = 'UnleashClient' ,
13- version = '2.4 .0' ,
13+ version = '2.5 .0' ,
1414 author = 'Ivan Lee' ,
1515 author_email = 'ivanklee86@gmail.com' ,
1616 description = 'Python client for the Unleash feature toggle system!' ,
You can’t perform that action at this time.
0 commit comments