diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0664d89f8..8aca68393 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -== Version 2.6.2 Work in progress (not released -- this is a draft) == +== Version 2.6.2 == Users side : ------------ diff --git a/creme/__init__.py b/creme/__init__.py index 09f1f425f..3ad62c69e 100644 --- a/creme/__init__.py +++ b/creme/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.6.1' +__version__ = '2.6.2' def get_version(): diff --git a/docker/README.md b/docker/README.md index 7eeb72c4a..7497194c1 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.1 +docker run --detach --rm --name creme_demo --publish 8001:80 --volume creme_data:/srv/creme/data cremecrm/cremecrm-demo:2.6.2 ``` This command will run a docker container in daemon mode, named `creme_demo`: