Skip to content

Commit 119199b

Browse files
Merge pull request #111 from harness/FFM-12349-version
chore: bump version to 1.7.2
2 parents f43262f + 95343e2 commit 119199b

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.1'
5+
__version__ = '1.7.2'

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.1'
42+
SDK_VERSION = '1.7.2'
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.1"
26+
VERSION: str = "1.7.2"
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.1
2+
current_version = 1.7.2
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.1',
61+
version='1.7.2',
6262
zip_safe=False,
6363
)

0 commit comments

Comments
 (0)