Compare commits

...

2 Commits

Author SHA1 Message Date
Ariel Rin
7412675bfb Version Bump v2.8.8 2021-10-17 09:34:41 +00:00
Joel Falknau
ad953efe77 Require Django-ESI 3.x
(cherry picked from commit 98619a0eb89c404d4b414af89b4e687e45c30ed2)
2021-10-17 09:31:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
__version__ = '2.8.7'
__version__ = '2.8.8'
__title__ = 'Alliance Auth'
__url__ = 'https://gitlab.com/allianceauth/allianceauth'
NAME = '%s v%s' % (__title__, __version__)

View File

@ -33,7 +33,7 @@ install_requires = [
'sleekxmpp',
'pydiscourse',
'django-esi>=2.0.4,<3.0'
'django-esi>=3.0.0,<4.0.0'
]
testing_extras = [