Skip to content

Commit

Permalink
Release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Feb 29, 2024
1 parent 5e2bdfa commit 6b564b5
Show file tree
Hide file tree
Showing 3 changed files with 6 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.15-dev
current_version = 0.0.15
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
Expand Down
5 changes: 4 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ authors:
- "Daniel Ziegenberg <[email protected]>"
- "Alex Welsh <[email protected]>"
- "ajsween <[email protected]>"
version: "0.0.15-dev"
- "Christian Loos <[email protected]>"
- "Kevin P. Fleming <[email protected]>"
- "Alessandro Taufer <[email protected]>"
version: "0.0.15"
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 @@ -38,7 +38,7 @@ class SqueezerException(Exception):
pass


__VERSION__ = "0.0.15-dev"
__VERSION__ = "0.0.15"


class PulpAnsibleModule(AnsibleModule):
Expand Down

0 comments on commit 6b564b5

Please sign in to comment.