diff --git a/CHANGES.rst b/CHANGES.rst index b1f70b6..3816cf1 100644 --- a/CHANGES.rst +++ b/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) ========================================== diff --git a/newsfragments/postgresql-version-prompt.feature b/newsfragments/postgresql-version-prompt.feature deleted file mode 100644 index 6a42236..0000000 --- a/newsfragments/postgresql-version-prompt.feature +++ /dev/null @@ -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. diff --git a/newsfragments/version-simplification.misc b/newsfragments/version-simplification.misc deleted file mode 100644 index 38e6346..0000000 --- a/newsfragments/version-simplification.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor to simplify configuration_version_dependant.py file. diff --git a/pyproject.toml b/pyproject.toml index b8860ee..2dc66d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",