Bump version to 2.4.0

This commit is contained in:
Raphael Michel
2019-02-04 16:03:50 +01:00
parent cb17febf7c
commit 41b56c00e5
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -146,14 +146,15 @@ setup(
'dev': [
'django-debug-toolbar==1.9.1',
'sqlparse==0.2.1',
'pycodestyle >= 2.4.0, < 2.5.0',
'pyflakes >= 2.0.0, < 2.1.0',
'flake8',
'pycodestyle==2.5.*',
'pyflakes==2.1.*',
'flake8==3.7.*',
'pep8-naming',
'coveralls',
'coverage',
'pytest==3.6.*',
'pytest-django',
'pytest-xdist',
'isort',
'pytest-mock==1.6.*',
'pytest-rerunfailures',