Skip to content

Commit

Permalink
Version is now "2.6.1".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Sep 2, 2024
1 parent aa0922b commit 6afab97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== Version 2.6.1 Work in progress (not released -- this is a draft) ==
== Version 2.6.1 ==

Users side :
------------
Expand Down
2 changes: 1 addition & 1 deletion creme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.6'
__version__ = '2.6.1'


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
docker run --detach --rm --name creme_demo --publish 8001:80 --volume creme_data:/srv/creme/data cremecrm/cremecrm-demo:2.6.1
```

This command will run a docker container in daemon mode, named `creme_demo`:
Expand Down

0 comments on commit 6afab97

Please sign in to comment.