[VER] Bump to version 1.1.0

This commit is contained in:
Rémy Taymans 2024-11-07 10:48:43 +01:00
parent 188744be2e
commit 6c069dbffd
7 changed files with 24 additions and 10 deletions

View File

@ -6,6 +6,29 @@ This file compiles releases and changes made in
.. 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)
==========================================

View File

@ -1 +0,0 @@
Support 17.0 serie.

View File

@ -1 +0,0 @@
Support 18.0 serie.

View File

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

View File

@ -1 +0,0 @@
Add support of python 3.13.

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "odoo-openupgrade-wizard"
version = "1.0.3"
version = "1.1.0"
description = "CLI tool to manage Odoo Major Upgrades"
authors = [
"Sylvain LE GAL <sylvain.legal@grap.coop>",