[META] publish version 0.1.0

This commit is contained in:
Sylvain LE GAL 2022-06-25 00:15:05 +02:00
parent 81fa7b909c
commit b5230fe947
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ env
.gitlab-ci-venv
__pycache__
.tox
dist
.coverage
.pytest_cache
/tests/data/output/*

View File

@ -109,6 +109,13 @@ pipx install gitlabci-local
gitlabci-local
```
# Publish on pyPI
```
```
# Réferences
- how to install gitlab runner locally:

View File

@ -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é",