From 1cd95cd77b97d96445cbdd6f986b0232f925240d Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Fri, 27 May 2016 10:33:35 +0200 Subject: [PATCH] Update changelog and bump version to 2.2.1 --- CHANGELOG.rst | 5 +++++ analytical/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd88d91..a7f9238 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 2.2.1 +------------- +* Fix a bug with the extra Google Analytics variables also pushing the `_gat.` + flag onto the configuration array. + Version 2.2.0 ------------- * Update Woopra JavaScript snippet (Aleck Landgraf) diff --git a/analytical/__init__.py b/analytical/__init__.py index 1c312c3..5083bd8 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__ = "2.2.0" +__version__ = "2.2.1" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"