diff --git a/README.md b/README.md index 1d9c9da1..4d34c85c 100755 --- a/README.md +++ b/README.md @@ -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/) diff --git a/allianceauth/__init__.py b/allianceauth/__init__.py index 2031c58e..d76d5508 100644 --- a/allianceauth/__init__.py +++ b/allianceauth/__init__.py @@ -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'