summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 017c69f..4a79de7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Version 5.13.0
+--------------
+
+* Resolved an issue where Raven would fail with an exception if the
+ package name did not match the setuptools name in some isolated
+ cases.
+
Version 5.12.0
--------------
diff --git a/setup.py b/setup.py
index 4e9e32b..34de0a9 100755
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ class PyTest(TestCommand):
setup(
name='raven',
- version='5.12.0',
+ version='5.13.0',
author='Sentry',
author_email='hello@getsentry.com',
url='https://github.com/getsentry/raven-python',