From e109a05f580526c6b5a9d13cf0e94350022e4596 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Wed, 4 Oct 2023 20:21:35 +0200 Subject: [PATCH] Version is now "2.5.1". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dd82739588..4f51315977 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.5.1 Work in progress (not released -- this is a draft) == +== Version 2.5.1 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index 7c35351204..d75bc5292f 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.5' +__version__ = '2.5.1' def get_version():