summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@deepthought.local>2018-02-12 19:07:03 +0100
committerAshley Camba Garrido <ashwoods@deepthought.local>2018-02-12 19:07:03 +0100
commit0c417999944646c0d8d27856f2440ecb6b1c336a (patch)
treeb5db4edecfcdb1c5cc553004e115b0a522fe0064
parent2d79ea3be488fa493fb1e99ce79bfdf2c2a13b3d (diff)
downloadraven-0c417999944646c0d8d27856f2440ecb6b1c336a.tar.gz
Release: 6.6.0 → 6.7.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 a2b075b..73b6aff 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -2,7 +2,7 @@
commit = False
tag = False
tag_name = {new_version}
-current_version = 6.6.0
+current_version = 6.7.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 f4c68f0..4f9d1d6 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '6.6.0'
+VERSION = '6.7.0.dev0'
def _get_git_revision(path):