diff --git a/README.rst b/README.rst index 9a14272..1733dde 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,7 @@ an issue to discuss your plans. .. _`Chartbeat`: http://www.chartbeat.com/ .. _`Clicky`: http://getclicky.com/ .. _`Crazy Egg`: http://www.crazyegg.com/ +.. _`Gaug.es`: http://gaug.es/ .. _`Google Analytics`: http://www.google.com/analytics/ .. _`GoSquared`: http://www.gosquared.com/ .. _`HubSpot`: http://www.hubspot.com/ diff --git a/analytical/__init__.py b/analytical/__init__.py index 6e5bd52..9b6827f 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.0" +__version__ = "0.12.1" __copyright__ = "Copyright (C) 2011 Joost Cassee and others" __license__ = "MIT License"