Skip to content

Commit 897d1d7

Browse files
TSMD-8502 Release version is changed in setup.py and added to RELEASE file
1 parent fabfa98 commit 897d1d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.2
2+
- Added support for application/json content-type
3+
14
2.2.1
25
- Fix bug where HTTP GET calls were not including query parameters
36

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
here = path.abspath(path.dirname(__file__))
1313

14-
version = "2.2.1"
14+
version = "2.2.2"
1515

1616
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
1717
long_description = f.read()

0 commit comments

Comments
 (0)