[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
|
.gitlab-ci-venv
|
||||||
__pycache__
|
__pycache__
|
||||||
.tox
|
.tox
|
||||||
|
dist
|
||||||
.coverage
|
.coverage
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
/tests/data/output/*
|
/tests/data/output/*
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,13 @@ pipx install gitlabci-local
|
||||||
gitlabci-local
|
gitlabci-local
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Publish on pyPI
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Réferences
|
# Réferences
|
||||||
|
|
||||||
- how to install gitlab runner locally:
|
- how to install gitlab runner locally:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "odoo-openupgrade-wizard"
|
name = "odoo-openupgrade-wizard"
|
||||||
version = "0.0.2"
|
version = "0.1.0"
|
||||||
description = "CLI tool to manage Odoo Major Upgrades"
|
description = "CLI tool to manage Odoo Major Upgrades"
|
||||||
authors = [
|
authors = [
|
||||||
"GRAP, Groupement Régional Alimentaire de Proximité",
|
"GRAP, Groupement Régional Alimentaire de Proximité",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user