This commit is contained in:
David Cramer 2014-05-28 21:50:51 -07:00
parent 2d35f18270
commit d0fa51b123
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 5.0.0
-------------
* Sentry client protocol is now version 5.
* Various improvements to threaded transport.
Version 4.2.0
-------------

View File

@ -92,7 +92,7 @@ class PyTest(TestCommand):
setup(
name='raven',
version='4.2.3',
version='5.0.0',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/getsentry/raven-python',