diff options
-rw-r--r-- | CHANGES | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 -------------- @@ -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', |