Bump version, update changelog

This commit is contained in:
Joost Cassee 2012-02-08 00:27:07 +01:00
parent 0e8b4b244a
commit a00d36d29e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 0.11.2
--------------
* Fix Spring Metrics custom variables.
* Update Spring Metrics documentation.
Version 0.11.1
--------------
* Fix Woopra for anonymous users (Steven Skoczen).

View file

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