Skip to content

Commit 73a7d5d

Browse files
authored
M #-: Deprecate galaxy and poetry versioning (fix) (#90)
- Version in pyproject.toml is insignificant to the project. - Version in galaxy.yml can confuse users since any branch can be used to clone the collection (and we don't use Galaxy portal).
1 parent c90c04e commit 73a7d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: opennebula
33
name: deploy
4-
version: 1.0.0
4+
version: 0.0.0
55

66
readme: README.md
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "one-deploy"
3-
version = "1.0.0"
3+
version = "0.0.0"
44
description = ""
55
authors = ["OpenNebula <[email protected]>"]
66

0 commit comments

Comments
 (0)