diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b752682..a5597eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/analytical/__init__.py b/analytical/__init__.py index 9b6827f..51e07df 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -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"