From 57f65205aca74d71da601ce0d6a809f570857a41 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Tue, 1 Oct 2024 10:03:56 +0200 Subject: [PATCH] Version is now "2.5.13". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fe0b792e3..0cd61a042 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.5.13 Work in progress (not released -- this is a draft) == +== Version 2.5.13 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index b084d4f78..750439492 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.5.12' +__version__ = '2.5.13' def get_version():