summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@deepthought.local>2017-12-12 06:14:06 +0100
committerAshley Camba <ashwoods@gmail.com>2017-12-18 13:46:09 +0100
commitbf49e5a8bbe0bb071b8b1e0c6cc63cc23cd9859b (patch)
treeb86f4621cac6e9f917c45fddfb15f7ea324c0fb6
parent4c59089f6d1fbe5df1c7b05a8ed5d284870b6c2e (diff)
downloadraven-bf49e5a8bbe0bb071b8b1e0c6cc63cc23cd9859b.tar.gz
Release: 6.4.0 → 6.5.0.dev0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--raven/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index d6751fa..39aeb62 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -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}
diff --git a/raven/__init__.py b/raven/__init__.py
index c1a3820..fb557aa 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '6.4.0'
+VERSION = '6.5.0.dev0'
def _get_git_revision(path):