summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2017-03-29 15:21:57 -0700
committerMatt Robenolt <matt@ydekproductions.com>2017-03-29 15:21:57 -0700
commit4cefb35c8ba0e98105b293c5b8c727c9a700f01d (patch)
tree82e64e5c22a633f5db52227037fc89621a9a7095
parente3e2d3d37ad2f5cc94909e035d9544dfa02d50e4 (diff)
downloadraven-releases/5.33.x.tar.gz
-rw-r--r--CHANGES6
-rw-r--r--raven/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2d4e599..70dfbe1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Version 5.33.0
+--------------
+
+* Backport fix for capturing errors from Django management commands. See GH-884.
+
+
Version 5.32.0
--------------
diff --git a/raven/__init__.py b/raven/__init__.py
index 05768bd..93a28ad 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'
+VERSION = '5.33.0'
def _get_git_revision(path):