summaryrefslogtreecommitdiff
path: root/raven/__init__.py
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2018-12-19 12:00:46 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-12-19 12:00:46 +0100
commitd7d14f61b7fb425bcb15512f659626648c494f98 (patch)
treeeb22b1888fbc399afdb3755948c362cbb54839a6 /raven/__init__.py
parent8442ac1f2179cdc3307d4020d137ef3e063be646 (diff)
downloadraven-d7d14f61b7fb425bcb15512f659626648c494f98.tar.gz
Release: 6.9.0 → 6.10.06.10.0
Diffstat (limited to 'raven/__init__.py')
-rw-r--r--raven/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/__init__.py b/raven/__init__.py
index 96eb920..9a62064 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '6.9.0'
+VERSION = '6.10.0'
def _get_git_revision(path):