diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aadbf3446e..72d28dea46 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.2.7 Work in progress (not released -- this is a draft) == +== Version 2.2.7 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index 678dc208aa..c9d5600a85 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '2.2.6' +__version__ = '2.2.7' # App registry hooking ---------------------------------------------------------