diff --git a/CHANGELOG.md b/CHANGELOG.md index b0822b0..d0590db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.4.0] - 2022-10-05 + **Migration note** - Update module `website`,`website_form_builder`. @@ -319,7 +321,9 @@ Because addons repository has change, config file need to be updated. - Support only python3.6 and python3.7, python3.8 causes error in runtime. -[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.4.0...HEAD + +[1.4.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.1...v1.3.0 diff --git a/README.md b/README.md index 96c727f..8b61900 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ First, install dependencies to run docker, check script `./script/install_ubuntu The docker volume is binded to the directory name, therefore create a unique directory name and run: ```bash -wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.3.0/docker-compose.yml +wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.4.0/docker-compose.yml docker-compose up -d ``` diff --git a/script/install_locally_dev.sh b/script/install_locally_dev.sh index 2dd081b..dd510c3 100755 --- a/script/install_locally_dev.sh +++ b/script/install_locally_dev.sh @@ -26,6 +26,6 @@ pip install setuptools-rust # Delete all tag before installing, or break installation, will generate a new one after git tag | xargs git tag -d python setup.py install -git tag ERPLibre/v1.3.0 +git tag ERPLibre/v1.4.0 #${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/ cd -