mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Bump version to 2.4.0
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "2.4.0.dev0"
|
__version__ = "2.4.0"
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user