From 114f7bfe32c8a33b3d2dbdb95875f0ead3ccfb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Thu, 13 Jul 2023 17:54:57 +0200 Subject: [PATCH] Bump to version 0.5.0 Main new features: - oow psql: run any query on a database - oow dumpdb: dump database and its filestore - Documentation improvement. Other small fixes. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd8439..38cf963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "odoo-openupgrade-wizard" -version = "0.4.0" +version = "0.5.0" description = "CLI tool to manage Odoo Major Upgrades" authors = [ "GRAP, Groupement Régional Alimentaire de Proximité",