From 23f0dae51eafcf2a0d504dc218935c4a91ecf924 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 14 Jan 2016 01:01:40 +0100 Subject: [PATCH] This is 5.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 230df4d8..fc37fa3c 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class PyTest(TestCommand): setup( name='raven', - version='5.10.0.dev0', + version='5.10.0', author='David Cramer', author_email='dcramer@gmail.com', url='https://github.com/getsentry/raven-python',