From 49403056b45d322d8ed17494987d48214827f3c9 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Thu, 2 Jan 2025 12:50:57 +0100 Subject: [PATCH] Version is now "2.5.17". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c996c7155..002676bf9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.5.17 Work in progress (not released -- this is a draft) == +== Version 2.5.17 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index f7f454a11..04f25c060 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.5.16' +__version__ = '2.5.17' def get_version():