summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raven/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raven/__init__.py b/raven/__init__.py
index 0658062..05768bd 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '5.32.0.dev0'
+VERSION = '5.32.0'
def _get_git_revision(path):