summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):