From 7b2c45d9e9256b61ea53308c2a36aa9e2f2bc46a Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 27 Feb 2012 01:41:26 +0100 Subject: [PATCH] Fix Gaug.es link in README --- README.rst | 1 + analytical/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"