diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0093ffb..f08386d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ -Development ------------ -* Support custom user models with an alternative username field (Brad Pitcher) +Version 2.0.0 +------------- * Support Django 1.9, drop support for Django < 1.7 (Hugo Osvaldo Barrera) +* Support custom user models with an alternative username field (Brad Pitcher) Version 1.0.0 ------------- diff --git a/analytical/__init__.py b/analytical/__init__.py index 3413a50..0405f56 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information. __author__ = "Joost Cassee" __email__ = "joost@cassee.net" -__version__ = "1.0.0" +__version__ = "2.0.0" __copyright__ = "Copyright (C) 2011-2015 Joost Cassee and others" __license__ = "MIT License"