Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Oct 17, 2024
1 parent 97f7c03 commit e908e02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs/antsibull-docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ collection_url = {
# The same wildcard rules and formatting rules as for collection_url apply.
collection_install = {
* = "ansible-galaxy collection install {namespace}.{name}"
"unbyte.gridscale" = "ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.3"
"unbyte.gridscale" = "ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.4"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Documentation: https://unbyte-de.github.io/gridscale-ansible-collection/
## Installation

```sh
ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.3
ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.4
```

```sh
collections:
- name: https://github.com/unbyte-de/gridscale-ansible-collection.git
type: git
version: 0.1.3
version: 0.1.4
```
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: unbyte
name: gridscale

# The version of the collection. Must be compatible with semantic versioning
version: 0.1.3
version: 0.1.4

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
[project]
name = "gridscale-ansible-collection"
version = "0.1.3"
version = "0.1.4"
dependencies = [
]
requires-python = ">=3.12"
Expand Down

0 comments on commit e908e02

Please sign in to comment.