Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0 0 15 #147

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16-dev
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.16-dev"
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.16-dev"


class PulpAnsibleModule(AnsibleModule):
Expand Down