Skip to content

Commit e277fc8

Browse files
authored
rc-2.5.0 (#31)
* Update release notes. * Automatic version bump via bumpversion.
1 parent 5c91462 commit e277fc8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.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.4.0
2+
current_version = 2.5.0
33
commit = True
44
tag = True
55
message = Automatic version bump via bumpversion.

UnleashClient/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Library
22
SDK_NAME = "unleash-client-python"
3-
SDK_VERSION = "2.4.0"
3+
SDK_VERSION = "2.5.0"
44
REQUEST_TIMEOUT = 30
55
METRIC_LAST_SENT_TIME = "mlst"
66

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
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!',

0 commit comments

Comments
 (0)