From 10447962660d0343e43d261ea2796251cf6a62b3 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Tue, 2 Apr 2024 09:29:36 +0200 Subject: [PATCH] Version is now "2.5.7". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 43945f1aa1..4cfb488572 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.5.7 Work in progress (not released -- this is a draft) == +== Version 2.5.7 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index 040c7d062c..940176c456 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.5.6' +__version__ = '2.5.7' def get_version():