From 31a37019e41aa3d7ec0b09a0cdce6198ec63d813 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Thu, 2 Jan 2025 11:20:51 +0100 Subject: [PATCH] Version is now "2.6.5". --- CHANGELOG.txt | 2 +- creme/__init__.py | 2 +- docker/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eab846fa3..a7a034862 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.6.5 Work in progress (not released -- this is a draft) == +== Version 2.6.5 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index 77b0b186b..193c04463 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.6.4' +__version__ = '2.6.5' def get_version(): diff --git a/docker/README.md b/docker/README.md index 44159e4c4..c15079e30 100644 --- a/docker/README.md +++ b/docker/README.md @@ -23,7 +23,7 @@ Please note that this is **not a production ready image**, as it would require a Starting an instance is simple: ```commandline -docker run --detach --rm --name creme_demo --publish 8001:80 --volume creme_data:/srv/creme/data cremecrm/cremecrm-demo:2.6.4 +docker run --detach --rm --name creme_demo --publish 8001:80 --volume creme_data:/srv/creme/data cremecrm/cremecrm-demo:2.6.5 ``` This command will run a docker container in daemon mode, named `creme_demo`: