Skip to content
Snippets Groups Projects
Verified Commit f1fb6b42 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Bump version: 1.0.1 → 1.0.2

parent 184982a1
No related branches found
No related tags found
No related merge requests found
[bumpversion]
commit = True
tag = True
current_version = 1.0.1
current_version = 1.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
[bumpversion:file:favicon/__init__.py]
__version__ = '1.0.1'
__version__ = '1.0.2'
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