Skip to content

Commit

Permalink
Rc 2.4.0 (#28)
Browse files Browse the repository at this point in the history
* Update changelog.

* Automatic version bump via bumpversion.
  • Loading branch information
ivanklee86 committed Jul 30, 2019
1 parent 39c80bf commit 5fec9d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = True
tag = True
message = Automatic version bump via bumpversion.
Expand Down
2 changes: 1 addition & 1 deletion UnleashClient/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Library
SDK_NAME = "unleash-client-python"
SDK_VERSION = "2.3.0"
SDK_VERSION = "2.4.0"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.4.0

**General**
* (Minor) Added static context values (app name, env) in preparation for Unleash v4 features.

## v2.3.0

**General**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name='UnleashClient',
version='2.3.0',
version='2.4.0',
author='Ivan Lee',
author_email='ivanklee86@gmail.com',
description='Python client for the Unleash feature toggle system!',
Expand Down

0 comments on commit 5fec9d3

Please sign in to comment.