summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@deepthought.local>2018-01-17 09:53:24 +0100
committerAshley Camba Garrido <ashwoods@deepthought.local>2018-01-17 09:53:24 +0100
commit88d34a18733f8581d5b530f5b306552ccc22b13f (patch)
tree8d807eb582cc58dcd7fb153cbaf8d13b82717f1b
parent6ea37f30a28097f7b02b18714ddb8218804ab536 (diff)
downloadraven-88d34a18733f8581d5b530f5b306552ccc22b13f.tar.gz
Release: 6.5.0.dev0 → 6.5.0
-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 39aeb62..451bf94 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -2,7 +2,7 @@
commit = False
tag = False
tag_name = {new_version}
-current_version = 6.5.0.dev0
+current_version = 6.5.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 fb557aa..b16544b 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '6.5.0.dev0'
+VERSION = '6.5.0'
def _get_git_revision(path):