Bump version to 0.10.0

This commit is contained in:
Joost Cassee 2011-09-18 00:36:20 +02:00
parent b9c2b88d22
commit bb3b75a1ee
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Development
-----------
Version 0.10.0
--------------
* Added multiple domains support for Google Analytics.
* Fixed bug in deleted settings testing code (Eric Davis).

View file

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