Bump version

This commit is contained in:
Raphael Michel
2018-09-11 18:16:50 +02:00
parent ff306ce2c5
commit 145d03bd5f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "2.0.0.dev0"
__version__ = "2.0.0"
+1 -2
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'],