Skip to content

Commit c3d2b0b

Browse files
committed
Bump version: 0.0.19-dev → 0.0.19
1 parent 3a044ef commit c3d2b0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.19-dev
2+
current_version = 0.0.19
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors:
1919
- "Chris Taylor <[email protected]>"
2020
- "Stefan Joosten <[email protected]>"
2121
- "Maciej Markowski <[email protected]>"
22-
version: "0.0.19-dev"
22+
version: "0.0.19"
2323
license_file: "LICENSE"
2424
readme: "README.md"
2525
repository: "https://github.com/pulp/squeezer"

plugins/module_utils/pulp_glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SqueezerException(Exception):
3131
pass
3232

3333

34-
__VERSION__ = "0.0.19-dev"
34+
__VERSION__ = "0.0.19"
3535

3636

3737
class PulpAnsibleModule(AnsibleModule):

0 commit comments

Comments
 (0)