diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1a957fe23b..50ca7a19d3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.3.14 Work in progress (not released -- this is a draft) == +== Version 2.3.14 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index d34f953041..7faf89691c 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '2.3.13' +__version__ = '2.3.14' # App registry hooking ---------------------------------------------------------