Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arteria GmbH committed Mar 28, 2017
1 parent 793d63b commit 637402a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[bumpversion]
commit = True
tag = True
current_version = 0.0.1
current_version = 0.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:djangocms_inline_comment/__init__.py]

2 changes: 1 addition & 1 deletion djangocms_inline_comment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.0.1' # pragma: no cover
__version__ = '0.0.2' # pragma: no cover

0 comments on commit 637402a

Please sign in to comment.