From d9b482b8c70a93ac377e2906af071be1e05bf893 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Sat, 1 Oct 2016 14:58:31 +0200 Subject: [PATCH] Bump version to 2.2.2 and update changelog --- CHANGELOG.rst | 4 ++++ analytical/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7f9238..4af2715 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 2.2.2 + +* Allow port in Piwik domain path. (Alex Ramsay) + Version 2.2.1 ------------- * Fix a bug with the extra Google Analytics variables also pushing the `_gat.` diff --git a/analytical/__init__.py b/analytical/__init__.py index 5083bd8..f9eab87 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.1" +__version__ = "2.2.2" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"