Skip to content

Commit 8b3dcd8

Browse files
authored
Merge pull request #10 from kleinjoshuaa/import_attributes_from_json
updated changes.txt
2 parents 3588edf + 1eef349 commit 8b3dcd8

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
@@ -17,4 +17,6 @@
1717
3.1.3 (Jun 21st, 2022)
1818
- Made tags optional parameter for client_splits.list() and client_splits.find()
1919
3.1.4 (Jul 11th, 2022)
20-
- Added tags property support for segment object.
20+
- Added tags property support for segment object.
21+
3.1.5 (Sept 8th, 2022)
22+
- Added `import_attributes_from_json` for trafficType 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.0.1
9+
version = 3.1.5
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.4'
1+
__version__ = '3.1.5'

0 commit comments

Comments
 (0)