We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4066fc1 + c40b476 commit 358be4aCopy full SHA for 358be4a
featureflags/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Enver Bisevac"""
4
__email__ = "enver.bisevac@harness.io"
5
-__version__ = '1.0.6'
+__version__ = '1.1.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 1.0.6
+current_version = 1.1.0
commit = True
tag = True
setup.py
@@ -56,6 +56,6 @@
56
test_suite="tests",
57
tests_require=test_requirements,
58
url="https://github.com/drone/ff-python-server-sdk",
59
- version='1.0.6',
+ version='1.1.0',
60
zip_safe=False,
61
)
0 commit comments