Release v1.2.0
This commit is contained in:
parent
80b3bbf8e7
commit
700b0e70bd
3 changed files with 7 additions and 3 deletions
|
|
@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2020-12-11
|
||||
|
||||
**Migration note**
|
||||
|
||||
Because addons repository has change, config file need to be updated.
|
||||
|
|
@ -173,7 +175,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.1.1...HEAD
|
||||
[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.2.0...HEAD
|
||||
|
||||
[1.2.0]: https://github.com/ERPLibre/ERPLibre/compare/v1.1.1...v1.2.0
|
||||
|
||||
[1.1.1]: https://github.com/ERPLibre/ERPLibre/compare/v1.0.1...v1.1.1
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ Generate production manifest and freeze all repos versions.
|
|||
./.venv/repo manifest -r -o ./default.xml
|
||||
```
|
||||
|
||||
Update ERPLIBRE_VERSION variable in [env_var.sh](../env_var.sh) and [Dockerfile.prod](../docker/Dockerfile.prod.pkg).
|
||||
Update ERPLIBRE_VERSION variable in [env_var.sh](../env_var.sh), [Dockerfile.prod](../docker/Dockerfile.prod.pkg) and [docker-compose](../docker-compose.yml).
|
||||
|
||||
Generate [poetry](./POETRY.md) and keep only missing dependencies, remove updates.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
ERPLibre:
|
||||
image: technolibre/erplibre:1.1.1
|
||||
image: technolibre/erplibre:1.2.0
|
||||
ports:
|
||||
- 8069:8069
|
||||
- 8071:8071
|
||||
|
|
|
|||
Loading…
Reference in a new issue