Skip to content

Commit 9572f86

Browse files
author
Bryan Jen
authored
Merge pull request #47 from harness/release-prep
Release 1.1.4
2 parents e17b971 + 8276ecb commit 9572f86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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__ = """Enver Bisevac"""
44
__email__ = "[email protected]"
5-
__version__ = '1.1.3'
5+
__version__ = '1.1.4'

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.1.3
2+
current_version = 1.1.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
setup_requires=setup_requirements,
5656
test_suite="tests",
5757
tests_require=test_requirements,
58-
url="https://github.com/drone/ff-python-server-sdk",
59-
version='1.1.3',
58+
url="https://github.com/harness/ff-python-server-sdk",
59+
version='1.1.4',
6060
zip_safe=False,
6161
)

0 commit comments

Comments
 (0)