From 77e1d6f95a050378a76965799797ab558e4dd511 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Wed, 18 Oct 2017 23:50:02 +0200 Subject: [PATCH] Bump version to 2.3.0 and update changelog --- CHANGELOG.rst | 5 +++++ analytical/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3bea2cf..80c0e54 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 2.3.0 +------------- +* Add Facebook Pixel support (Pi Delport) +* Add Python 3.6 and Django 1.10 & 1.11 tests (Pi Delport) + Version 2.2.2 ------------- * Allow port in Piwik domain path. (Alex Ramsay) diff --git a/analytical/__init__.py b/analytical/__init__.py index f9eab87..7166c72 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.2" +__version__ = "2.3.0" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"