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`: