Skip to content

Commit

Permalink
Merge e5ff9fd into 9b80101
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 7, 2022
2 parents 9b80101 + e5ff9fd commit 1cc84d4
Show file tree
Hide file tree
Showing 4 changed files with 5 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 = 5.0.0
current_version = 5.0.1
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 = "5.0.0"
SDK_VERSION = "5.0.1"
REQUEST_TIMEOUT = 30
METRIC_LAST_SENT_TIME = "mlst"

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Next version
## v5.0.1
* (Bugfix) Fix HTTP 304 handling on `/client/feature` for Gitlab. Thanks @janLo!

## v5.0.0
* (Breaking) Modify client initialization to allow jitter configuration on refresh/background refresh intervals. May break code when parameters to UnleashClient are not used as keyword arguments. Thanks @dryobates and @jstolarski!
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='5.0.0',
version='5.0.1',
author='Ivan Lee',
author_email='ivanklee86@gmail.com',
description='Python client for the Unleash feature toggle system!',
Expand Down

0 comments on commit 1cc84d4

Please sign in to comment.