Skip to content
Snippets Groups Projects
Commit cdcfc7bb authored by Julian's avatar Julian
Browse files

Bump version: 1.0.3 → 1.0.4

parent 81e528f1
No related branches found
No related tags found
No related merge requests found
[bumpversion] [bumpversion]
commit = True commit = True
tag = True tag = True
current_version = 1.0.3 current_version = 1.0.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize = serialize =
{major}.{minor}.{patch}-{release} {major}.{minor}.{patch}-{release}
......
__version__ = '1.0.3' __version__ = '1.0.4'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment