[VER] Bump to version 1.0.1

This commit is contained in:
Rémy Taymans 2024-10-01 11:53:16 +02:00
parent 04636852ea
commit 0253a0b110
4 changed files with 19 additions and 4 deletions

View File

@ -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)
==========================================

View File

@ -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.

View File

@ -1 +0,0 @@
Refactor to simplify configuration_version_dependant.py file.

View 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>",