From a1cdc90631eea1ff93b766786d50549773176e82 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Fri, 14 Oct 2022 14:17:17 +0200 Subject: [PATCH] Version is now "2.3.7". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9dae260cb1..a30c6b90c9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.3.7 Work in progress (not released -- this is a draft) == +== Version 2.3.7 == UPGRADE NOTE : - You should upgrade the minor version of Django 3.2 (3.2.16 or more). diff --git a/creme/__init__.py b/creme/__init__.py index 1a2cd33a36..573e3e4222 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '2.3.6' +__version__ = '2.3.7' # App registry hooking ---------------------------------------------------------