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': [ 'dev': [
'django-debug-toolbar==1.9.1', 'django-debug-toolbar==1.9.1',
'sqlparse==0.2.1', 'sqlparse==0.2.1',
'pycodestyle >= 2.4.0, < 2.5.0', 'pycodestyle==2.5.*',
'pyflakes >= 2.0.0, < 2.1.0', 'pyflakes==2.1.*',
'flake8', 'flake8==3.7.*',
'pep8-naming', 'pep8-naming',
'coveralls', 'coveralls',
'coverage', 'coverage',
'pytest==3.6.*', 'pytest==3.6.*',
'pytest-django', 'pytest-django',
'pytest-xdist',
'isort', 'isort',
'pytest-mock==1.6.*', 'pytest-mock==1.6.*',
'pytest-rerunfailures', 'pytest-rerunfailures',