From 6bb379d92bfad3c9329333fa39e1448b8189b35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Sun, 4 May 2025 16:16:24 +0200 Subject: [PATCH] [VER] Bump to version 1.3.0 --- CHANGES.rst | 23 +++++++++++++++++++ .../+disable_odoo_memory_limit.feature | 2 -- .../+improve-release-documentation.doc | 1 - .../+improving-psql-command-default-db.misc | 2 -- pyproject.toml | 2 +- 5 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 newsfragments/+disable_odoo_memory_limit.feature delete mode 100644 newsfragments/+improve-release-documentation.doc delete mode 100644 newsfragments/+improving-psql-command-default-db.misc diff --git a/CHANGES.rst b/CHANGES.rst index f073372..ac2025f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,29 @@ This file compiles releases and changes made in .. towncrier release notes start +odoo-openupgrade-wizard 1.3.0 (2025-05-04) +========================================== + +Features +-------- + +- Disable default Odoo memory limit (of 2560 MiB) by default. + This can be adjusted in the `odoo.conf` file for each version. + + +Documentation +------------- + +- Improve release documentation for developpers. + + +Misc +---- + +- set a default 'postgres' database in ``oow psql`` command, to avoid + force user to set a database, in case of dbless command. + + odoo-openupgrade-wizard 1.2.0 (2025-04-12) ========================================== diff --git a/newsfragments/+disable_odoo_memory_limit.feature b/newsfragments/+disable_odoo_memory_limit.feature deleted file mode 100644 index dfd7337..0000000 --- a/newsfragments/+disable_odoo_memory_limit.feature +++ /dev/null @@ -1,2 +0,0 @@ -Disable default Odoo memory limit (of 2560 MiB) by default. -This can be adjusted in the `odoo.conf` file for each version. diff --git a/newsfragments/+improve-release-documentation.doc b/newsfragments/+improve-release-documentation.doc deleted file mode 100644 index 9108581..0000000 --- a/newsfragments/+improve-release-documentation.doc +++ /dev/null @@ -1 +0,0 @@ -Improve release documentation for developpers. diff --git a/newsfragments/+improving-psql-command-default-db.misc b/newsfragments/+improving-psql-command-default-db.misc deleted file mode 100644 index 952d5c2..0000000 --- a/newsfragments/+improving-psql-command-default-db.misc +++ /dev/null @@ -1,2 +0,0 @@ -set a default 'postgres' database in ``oow psql`` command, to avoid force user -to set a database, in case of dbless command. diff --git a/pyproject.toml b/pyproject.toml index 5008973..1f8d7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-openupgrade-wizard" -version = "1.2.0" +version = "1.3.0" description = "CLI tool to manage Odoo Major Upgrades" authors = [ {name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"},