tweaks for release

This commit is contained in:
ziirish 2017-05-09 18:54:28 +02:00
parent b3dd035c3e
commit 222d5445c3
8 changed files with 24 additions and 24 deletions

View file

@ -99,13 +99,13 @@ setup(
],
install_requires=[
'gevent',
'arrow==0.7.0',
'tzlocal==1.2',
'arrow==0.10.0',
'tzlocal==1.4',
'six==1.10.0',
'pyOpenSSL==16.0.0',
'pyOpenSSL==17.0.0',
'configobj==5.0.6',
'pyasn1==0.1.9',
'cffi==1.7.0',
'pyasn1==0.2.3',
'cffi==1.10.0',
],
classifiers=[
'Framework :: Flask',

View file

@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if os.path.exists(os.path.join(ROOT, 'VERSION')):
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
else:
__version__ = '0.4.4'
__version__ = '0.5.0'

View file

@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if os.path.exists(os.path.join(ROOT, 'VERSION')):
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
else:
__version__ = '0.4.4'
__version__ = '0.5.0'

View file

@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if os.path.exists(os.path.join(ROOT, 'VERSION')):
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
else:
__version__ = '0.4.4'
__version__ = '0.5.0'

View file

@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if os.path.exists(os.path.join(ROOT, 'VERSION')):
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
else:
__version__ = '0.4.4'
__version__ = '0.5.0'