[VER] Bump to version 1.1.0
This commit is contained in:
parent
188744be2e
commit
6c069dbffd
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.1.0 (2024-11-07)
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Support 17.0 serie.
|
||||||
|
- Support 18.0 serie.
|
||||||
|
- add a new command ``odoo-openupgrade-wizard guess-requirement`` that
|
||||||
|
initialize the python and bin requirements files, based on the odoo
|
||||||
|
modules present in the modules.csv file, and analyzing code.
|
||||||
|
(``__manifest__.py`` and ``setup.py`` files)
|
||||||
|
|
||||||
|
|
||||||
|
Misc
|
||||||
|
----
|
||||||
|
|
||||||
|
- Add support of python 3.13.
|
||||||
|
- Test only on the first and the last supported python version. (python3.9 and
|
||||||
|
python3.13).
|
||||||
|
This change allow to save time and resources on CI execution.
|
||||||
|
|
||||||
|
|
||||||
odoo-openupgrade-wizard 1.0.3 (2024-10-09)
|
odoo-openupgrade-wizard 1.0.3 (2024-10-09)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Support 17.0 serie.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Support 18.0 serie.
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
add a new command ``odoo-openupgrade-wizard guess-requirement`` that
|
|
||||||
initialize the python and bin requirements files, based on the odoo
|
|
||||||
modules present in the modules.csv file, and analyzing code.
|
|
||||||
(``__manifest__.py`` and ``setup.py`` files)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add support of python 3.13.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Test only on the first and the last supported python version. (python3.9 and python3.13).
|
|
||||||
This change allow to save time and resources on CI execution.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "odoo-openupgrade-wizard"
|
name = "odoo-openupgrade-wizard"
|
||||||
version = "1.0.3"
|
version = "1.1.0"
|
||||||
description = "CLI tool to manage Odoo Major Upgrades"
|
description = "CLI tool to manage Odoo Major Upgrades"
|
||||||
authors = [
|
authors = [
|
||||||
"Sylvain LE GAL <sylvain.legal@grap.coop>",
|
"Sylvain LE GAL <sylvain.legal@grap.coop>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user