Skip to content

Commit

Permalink
Bump version: 0.5.6 → 0.5.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
c4urself committed Sep 27, 2017
1 parent 0d2328a commit 7f7d79f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.5.6
current_version = 0.5.7-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ Changes
=======

**unreleased**
**v0.5.7-dev**
**v0.5.6**

- Added compatibility with `bumpversion` by making script install as `bumpversion` as well
Expand Down
2 changes: 1 addition & 1 deletion bumpversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if sys.version_info[0] == 2:
sys.stdout = codecs.getwriter('utf-8')(sys.stdout)

__VERSION__ = '0.5.6'
__VERSION__ = '0.5.7-dev'

DESCRIPTION = 'bumpversion: v{} (using Python v{})'.format(
__VERSION__,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='bump2version',
version='0.5.6',
version='0.5.7-dev',
url='https://github.com/c4urself/bump2version',
author='Christian Verkerk',
author_email='christianverkerk@ymail.com',
Expand Down

0 comments on commit 7f7d79f

Please sign in to comment.