[UPD] release v1.4.0

This commit is contained in:
Mathieu Benoit 2022-10-05 03:00:57 -04:00
parent 83007e4726
commit 1928128fb5
3 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.4.0] - 2022-10-05
**Migration note** **Migration note**
- Update module `website`,`website_form_builder`. - 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. - 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 [1.3.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.1...v1.3.0

View file

@ -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: The docker volume is binded to the directory name, therefore create a unique directory name and run:
```bash ```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 docker-compose up -d
``` ```

View file

@ -26,6 +26,6 @@ pip install setuptools-rust
# Delete all tag before installing, or break installation, will generate a new one after # Delete all tag before installing, or break installation, will generate a new one after
git tag | xargs git tag -d git tag | xargs git tag -d
python setup.py install 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/ #${VENV_PATH}/bin/pip install ./script/OCA_maintainer-tools/
cd - cd -