[VER] Bump to version 1.3.0
This commit is contained in:
parent
e8da97fca7
commit
6bb379d92b
23
CHANGES.rst
23
CHANGES.rst
|
|
@ -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)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Improve release documentation for developpers.
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -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"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user