summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-04-19 19:50:51 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2016-04-19 19:50:51 +0200
commit69ab676e6e38844540204af7cd803525fd82b3ed (patch)
tree6412bd19888637fe2afd245ad0cd138252e01b24
parent111653fe7ef08a98955590d5127ec11e39c83e87 (diff)
downloadraven-5.13.0.tar.gz
This is 5.13.05.13.0
-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',