Version updates

This commit is contained in:
Eriks Karls
2019-09-27 13:51:09 +03:00
parent 71a7f55338
commit 7533608316
4 changed files with 18 additions and 22 deletions

View File

@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = ['pytz==2019.1', 'requests==2.22.0']
requirements = ['pytz==2019.2', 'requests==2.22.0']
setup_requirements = [ ]