From b5230fe947f51508ff4658a8127c9f8088f74252 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 25 Jun 2022 00:15:05 +0200 Subject: [PATCH] [META] publish version 0.1.0 --- .gitignore | 1 + DEVELOP.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11d68a4..92c4868 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ env .gitlab-ci-venv __pycache__ .tox +dist .coverage .pytest_cache /tests/data/output/* diff --git a/DEVELOP.md b/DEVELOP.md index 4d35f32..e688d54 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -109,6 +109,13 @@ pipx install gitlabci-local gitlabci-local ``` +# Publish on pyPI + +``` + +``` + + # Réferences - how to install gitlab runner locally: diff --git a/pyproject.toml b/pyproject.toml index fd4fc1c..1a05619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "odoo-openupgrade-wizard" -version = "0.0.2" +version = "0.1.0" description = "CLI tool to manage Odoo Major Upgrades" authors = [ "GRAP, Groupement Régional Alimentaire de Proximité",