diff options
author | David Cramer <dcramer@gmail.com> | 2012-02-01 14:30:44 -0800 |
---|---|---|
committer | David Cramer <dcramer@gmail.com> | 2012-02-01 14:30:44 -0800 |
commit | 0f5956dc73cf7927763ad8147985d5338305a4b8 (patch) | |
tree | 6eadb9f72eeac27a8a27a53feddcc99ab4e00b88 /setup.py | |
parent | 4c3b7eee56246fb3bb5118879171a59806b730fb (diff) | |
download | raven-1.3.2.tar.gz |
Support sending the culprit with logging messages as part of extra1.3.2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ install_requires = [ setup( name='raven', - version='1.3.1', + version='1.3.2', author='David Cramer', author_email='dcramer@gmail.com', url='http://github.com/dcramer/raven', |