summaryrefslogtreecommitdiff
path: root/raven
diff options
context:
space:
mode:
authorAshley Camba <ashwoods@gmail.com>2018-01-17 21:01:26 +0100
committerGitHub <noreply@github.com>2018-01-17 21:01:26 +0100
commita2923ea42aeb0bfc8180dbec64dd037dfe381fc1 (patch)
treef5b4d77e0eb7d07d9c13969e64b9ddd9f0490803 /raven
parent68487496abc11a2c62effebc7e9dec1a16ef0544 (diff)
parente0be0e920c1c89e13fba25aa82c15171643e5e31 (diff)
downloadraven-a2923ea42aeb0bfc8180dbec64dd037dfe381fc1.tar.gz
Merge pull request #1182 from getsentry/releases/6.5.06.5.0
Releases/6.5.0
Diffstat (limited to 'raven')
-rw-r--r--raven/__init__.py2
1 files changed, 1 insertions, 1 deletions
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):