[VER] Bump to version 1.3.0

This commit is contained in:
Rémy Taymans 2025-05-04 16:16:24 +02:00
parent e8da97fca7
commit 6bb379d92b
5 changed files with 24 additions and 6 deletions

View File

@ -6,6 +6,29 @@ This file compiles releases and changes made in
.. towncrier release notes start .. 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) odoo-openupgrade-wizard 1.2.0 (2025-04-12)
========================================== ==========================================

View File

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

View File

@ -1 +0,0 @@
Improve release documentation for developpers.

View File

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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "odoo-openupgrade-wizard" name = "odoo-openupgrade-wizard"
version = "1.2.0" version = "1.3.0"
description = "CLI tool to manage Odoo Major Upgrades" description = "CLI tool to manage Odoo Major Upgrades"
authors = [ authors = [
{name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"}, {name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"},