From 2945c6d0928f1118294ec6435c380ab4a2699953 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Tue, 1 Aug 2023 10:27:49 +0200 Subject: [PATCH] Version is now "2.3.14". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ---------------------------------------------------------