summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 73b6aff..a2b075b 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -2,7 +2,7 @@
commit = False
tag = False
tag_name = {new_version}
-current_version = 6.7.0.dev0
+current_version = 6.6.0
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 4f9d1d6..f4c68f0 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '6.7.0.dev0'
+VERSION = '6.6.0'
def _get_git_revision(path):