Skip to content

Commit 2c200f2

Browse files
committed
bumped version number
1 parent 75b5a6a commit 2c200f2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
3.1.4 (Jul 11th, 2022)
2020
- Added tags property support for segment object.
2121
3.1.5 (Sept 8th, 2022)
22-
- Added `import_attributes_from_json` for trafficType object
22+
- Added `import_attributes_from_json` for trafficType object
23+
3.1.6 (Nov 2nd, 2022)
24+
- Added `baselineTreatment` for splitDefinition object

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addopts = --verbose
66

77
[metadata]
88
name = splitapiclient
9-
version = 3.1.5
9+
version = 3.1.6
1010
description = This Python Library provide full support for Split REST Admin API, allow creating, deleting and editing Environments, Splits, Split Definitions, Segments, Segment Keys, Users, Groups, API Keys, Change Requests, Attributes and Identities
1111
long_description = file: README.md
1212
long_description_content_type = text/markdown

splitapiclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.5'
1+
__version__ = '3.1.6'

0 commit comments

Comments
 (0)