File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33__author__ = """Harness"""
445- __version__ = '1.7.0 '
5+ __version__ = '1.7.1 '
Original file line number Diff line number Diff line change 3939VARIATION_VALUE_ATTRIBUTE = 'variationValue'
4040TARGET_ATTRIBUTE = 'target'
4141SDK_VERSION_ATTRIBUTE = 'SDK_VERSION'
42- SDK_VERSION = '1.7.0 '
42+ SDK_VERSION = '1.7.1 '
4343SDK_TYPE_ATTRIBUTE = 'SDK_TYPE'
4444SDK_TYPE = 'server'
4545SDK_LANGUAGE_ATTRIBUTE = 'SDK_LANGUAGE'
Original file line number Diff line number Diff line change 2323from .streaming import StreamProcessor
2424from .util import log
2525
26- VERSION : str = "1.7.0 "
26+ VERSION : str = "1.7.1 "
2727
2828
2929class MissingOrEmptyAPIKeyException (Exception ):
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.7.0
2+ current_version = 1.7.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments