[META] publish version 0.1.0
This commit is contained in:
parent
81fa7b909c
commit
b5230fe947
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ env
|
|||
.gitlab-ci-venv
|
||||
__pycache__
|
||||
.tox
|
||||
dist
|
||||
.coverage
|
||||
.pytest_cache
|
||||
/tests/data/output/*
|
||||
|
|
|
|||
|
|
@ -109,6 +109,13 @@ pipx install gitlabci-local
|
|||
gitlabci-local
|
||||
```
|
||||
|
||||
# Publish on pyPI
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
|
||||
# Réferences
|
||||
|
||||
- how to install gitlab runner locally:
|
||||
|
|
|
|||
|
|
@ -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é",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user