File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.19-dev
2+ current_version = 0.0.19
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ authors:
1919 - " Chris Taylor <taylorcw@gmail.com>"
2020 - " Stefan Joosten <stefan@atcomputing.nl>"
2121 - " Maciej Markowski <maciekmm@o2.pl>"
22- version : " 0.0.19-dev "
22+ version : " 0.0.19"
2323license_file : " LICENSE"
2424readme : " README.md"
2525repository : " https://github.com/pulp/squeezer"
Original file line number Diff line number Diff 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
3737class PulpAnsibleModule (AnsibleModule ):
You can’t perform that action at this time.
0 commit comments