[VER] Bump to version 1.0.1
This commit is contained in:
parent
04636852ea
commit
0253a0b110
18
CHANGES.rst
18
CHANGES.rst
|
|
@ -6,6 +6,24 @@ This file compiles releases and changes made in
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
odoo-openupgrade-wizard 1.0.1 (2024-10-01)
|
||||
==========================================
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- Avoid to crash if postgresql-version is not set, adding prompt option
|
||||
and add extra text to mention postgresql version constraints.
|
||||
(postgresql-version-prompt)
|
||||
|
||||
|
||||
Misc
|
||||
----
|
||||
|
||||
- Refactor to simplify configuration_version_dependant.py file.
|
||||
(version-simplification)
|
||||
|
||||
|
||||
odoo-openupgrade-wizard 1.0.0 (2024-09-30)
|
||||
==========================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Avoid to crash if postgresql-version is not set, adding prompt option
|
||||
and add extra text to mention postgresql version constraints.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Refactor to simplify configuration_version_dependant.py file.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "odoo-openupgrade-wizard"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "CLI tool to manage Odoo Major Upgrades"
|
||||
authors = [
|
||||
"Sylvain LE GAL <sylvain.legal@grap.coop>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user