Bump version

This commit is contained in:
Joost Cassee 2012-08-14 08:51:13 +02:00
parent 60f32daf07
commit d89b9f56af
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Development
-----------
Version 0.13.0
--------------
* Add support for the KISSmetrics alias feature (Sandra Mau)
* Update testing code for Django 1.4 (Piet Delport)

View file

@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "0.12.1"
__copyright__ = "Copyright (C) 2011 Joost Cassee and others"
__version__ = "0.13.0"
__copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others"
__license__ = "MIT License"