Skip to content

Commit d4810e0

Browse files
Merge pull request #108 from harness/FFM-12288
chore: bump version to 1.7.1
2 parents 54f0d18 + fc73ba4 commit d4810e0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

featureflags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Harness"""
44
__email__ = "[email protected]"
5-
__version__ = '1.7.0'
5+
__version__ = '1.7.1'

featureflags/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
VARIATION_VALUE_ATTRIBUTE = 'variationValue'
4040
TARGET_ATTRIBUTE = 'target'
4141
SDK_VERSION_ATTRIBUTE = 'SDK_VERSION'
42-
SDK_VERSION = '1.7.0'
42+
SDK_VERSION = '1.7.1'
4343
SDK_TYPE_ATTRIBUTE = 'SDK_TYPE'
4444
SDK_TYPE = 'server'
4545
SDK_LANGUAGE_ATTRIBUTE = 'SDK_LANGUAGE'

featureflags/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .streaming import StreamProcessor
2424
from .util import log
2525

26-
VERSION: str = "1.7.0"
26+
VERSION: str = "1.7.1"
2727

2828

2929
class MissingOrEmptyAPIKeyException(Exception):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0
2+
current_version = 1.7.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
test_suite="tests",
5959
tests_require=test_requirements,
6060
url="https://github.com/harness/ff-python-server-sdk",
61-
version='1.7.0',
61+
version='1.7.1',
6262
zip_safe=False,
6363
)

0 commit comments

Comments
 (0)