Bump version to 2.0.0

This commit is contained in:
Joost Cassee 2016-01-06 15:42:45 +01:00
parent 1eff2f4881
commit 586b164084
2 changed files with 4 additions and 4 deletions

View file

@ -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
-------------

View file

@ -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"