Skip to content

Commit

Permalink
Release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Sep 24, 2024
1 parent 9c9d77d commit 1f2bc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.17-dev
current_version = 0.0.17
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
- "Chris Taylor <taylorcw@gmail.com>"
- "Stefan Joosten <stefan@atcomputing.nl>"
- "Maciej Markowski <maciekmm@o2.pl>"
version: "0.0.17-dev"
version: "0.0.17"
license_file: "LICENSE"
readme: "README.md"
repository: "https://github.com/pulp/squeezer"
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/pulp_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SqueezerException(Exception):
pass


__VERSION__ = "0.0.17-dev"
__VERSION__ = "0.0.17"


class PulpAnsibleModule(AnsibleModule):
Expand Down

0 comments on commit 1f2bc0d

Please sign in to comment.