Version bump to 2.0

This commit is contained in:
Adarnof 2018-04-21 20:44:15 -04:00
parent cbe67e9ebc
commit 507eda8a7d
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Beta Testers / Bug Fixers:
- [ghoti](https://github.com/ghoti/)
- [mmolitor87](https://github.com/mmolitor87/)
- [TargetZ3R0](https://github.com/TargetZ3R0)
- [kaezon](https://github.com/kaezon/)
- [orbitroom](https://github.com/orbitroom/)
- [tehfiend](https://github.com/tehfiend/)

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.0b3'
__version__ = '2.0.0'
NAME = 'Alliance Auth v%s' % __version__
default_app_config = 'allianceauth.apps.AllianceAuthConfig'