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 9b3f5f6 commit d42c2fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ansible==10.4.0
# via gridscale-ansible-collection (pyproject.toml)
ansible-core==2.17.4
# via ansible
ansible-pygments==0.1.3
ansible-pygments==0.1.4
# via antsibull-docs
antsibull-changelog==0.30.0
# via antsibull-docs
Expand Down Expand Up @@ -97,7 +97,7 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.3
mdurl==0.1.4
# via markdown-it-py
multidict==6.1.0
# via
Expand Down

0 comments on commit d42c2fa

Please sign in to comment.