Bump version

This commit is contained in:
Raphael Michel
2018-09-11 18:14:00 +02:00
parent ff306ce2c5
commit 41d099c1be
2 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "2.0.0.dev0"
__version__ = "2.0.0"

View File

@@ -133,7 +133,7 @@ setup(
'pyuca',
'defusedcsv',
'vat_moss==0.11.0',
'django-hijack==2.1.*',
'django-hijack>=2.1.10,<2.2.0',
'django-oauth-toolkit==1.2.*',
'idna==2.6', # required by current requests
],
@@ -152,7 +152,6 @@ setup(
'isort',
'pytest-mock==1.6.*',
'pytest-rerunfailures',
'pytest-warnings',
'responses'
],
'memcached': ['pylibmc'],