Skip to content

Commit

Permalink
Version is now "2.6.3".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Nov 4, 2024
1 parent 6fa3d6a commit ad7b1f1
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.3 Work in progress (not released -- this is a draft) ==
== Version 2.6.3 ==

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.2'
__version__ = '2.6.3'


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.2
docker run --detach --rm --name creme_demo --publish 8001:80 --volume creme_data:/srv/creme/data cremecrm/cremecrm-demo:2.6.3
```

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

0 comments on commit ad7b1f1

Please sign in to comment.