[VER] Bump to version 1.0.2
This commit is contained in:
parent
4c105146ba
commit
996940cc91
15
CHANGES.rst
15
CHANGES.rst
|
|
@ -6,6 +6,21 @@ This file compiles releases and changes made in
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
odoo-openupgrade-wizard 1.0.2 (2024-10-06)
|
||||
==========================================
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Added a check to ensure the source exists before database operations,
|
||||
preventing the destination from being dropped if the source is missing.
|
||||
(check-db-exist-before-operations)
|
||||
- Fix error that append randomly when removing a container. (container-removal)
|
||||
- Require to specify the --database arg for every command that needs it
|
||||
(install_from_csv, psql, run, generate_module_analysis)
|
||||
(require-database-arg)
|
||||
|
||||
|
||||
odoo-openupgrade-wizard 1.0.1 (2024-10-01)
|
||||
==========================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Added a check to ensure the source exists before database operations,
|
||||
preventing the destination from being dropped if the source is missing.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix error that append randomly when removing a container.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Require to specify the --database arg for every command that needs it
|
||||
(install_from_csv, psql, run, generate_module_analysis)
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "odoo-openupgrade-wizard"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
description = "CLI tool to manage Odoo Major Upgrades"
|
||||
authors = [
|
||||
"Sylvain LE GAL <sylvain.legal@grap.coop>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user