Skip to content

Commit

Permalink
Release: 6.4.0 → 6.5.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Camba Garrido authored and ashwoods committed Dec 18, 2017
1 parent 4c59089 commit bf49e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = False
tag = False
tag_name = {new_version}
current_version = 6.4.0
current_version = 6.5.0.dev0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ('VERSION', 'Client', 'get_version')

VERSION = '6.4.0'
VERSION = '6.5.0.dev0'


def _get_git_revision(path):
Expand Down

0 comments on commit bf49e5a

Please sign in to comment.