Bump version to 5.2.0 and note protocol change

This commit is contained in:
David Cramer 2015-01-09 15:12:23 -06:00
parent 857aebffd2
commit 31746da0cb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Version 5.2.0
-------------
* Protocol version is now 6 (requires Sentry 7.0 or newer)
Version 5.1.0
-------------

View File

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