From 6adfd0b526a24877b54fc417c4d879a093b38117 Mon Sep 17 00:00:00 2001 From: Aaron Riedener Date: Mon, 22 Apr 2024 21:40:05 +0200 Subject: [PATCH] [Issue #356] ci: Update the koalixcrm version to 1.14.1 --- README.md | 9 ++++++++- koalixcrm/version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9244fe0..efd0cd85 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,14 @@ You can find the documentation of koalixcrm here: [doc](http://readthedocs.org/d Some information about the installation of koalixcrm: [installation](https://github.com/scaphilo/koalixcrm/wiki/Installation) ## Development environment setup -Information about the development environment setup for this and similar projects can be found here: [Development environment setup](https://github.com/scaphilo/koalixcrm/wiki/Development-Environment-Setup) +To set up the development environment for KoalixCRM, you can use Docker with the following commands: + +docker-compose pull +docker-compose up + +To run the application, use: + +docker compose run --service-ports web python manage.py runserver 0.0.0.0:8000 --settings=projectsettings.settings.development_docker_sqlite_settings.py ## Release Process Information about the release process: [Release Process](https://github.com/scaphilo/koalixcrm/wiki/Release-Process) diff --git a/koalixcrm/version.py b/koalixcrm/version.py index 30bf4725..8c5e6707 100644 --- a/koalixcrm/version.py +++ b/koalixcrm/version.py @@ -1 +1 @@ -KOALIXCRM_VERSION = "1.14.0" +KOALIXCRM_VERSION = "1.14.1"