mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Bump version to 2.0.0
This commit is contained in:
parent
1eff2f4881
commit
586b164084
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue