Skip to content

Commit 9940bc8

Browse files
fix deprecated issue (#29)
* fix deprecated issue * add deprecated
1 parent 6c075f4 commit 9940bc8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

requirements_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ Sphinx==2.2.0
1616
pytest==4.6.5
1717
python-dotenv==0.13.0
1818
pytest-dotenv==0.13.0
19+
20+
deprecated==1.2.13

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.6
2+
current_version = 0.5.7
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['requests', 'python-dotenv']
14+
requirements = ['requests', 'python-dotenv', 'deprecated']
1515

1616
test_requirements = ['pytest']
1717

@@ -40,6 +40,6 @@
4040
test_suite='tests',
4141
tests_require=test_requirements,
4242
url='https://github.com/modzy/sdk-python',
43-
version='0.5.6',
43+
version='0.5.7',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)