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

Bump version: 1.0.2 → 1.0.3

parent 24dea2eb
No related branches found
No related tags found
No related merge requests found
[bumpversion]
commit = True
tag = True
current_version = 1.0.2
current_version = 1.0.3
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.2'
__version__ = '1.0.3'
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