Browse Source

Version bump to 1.8.5.1

David Cramer 13 years ago
parent
commit
3f66a0a61f
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGES
  2. 1 1
      setup.py

+ 5 - 0
CHANGES

@@ -1,3 +1,8 @@
+1.8.5.1
+
+* Fixed a bug which caused thrashing prevention to not function correctly.
+* Corrected an error in transform()'s recursion safety.
+
 1.8.5
 
 * Pulled test suite out of the Sentry namespace to avoid conflicts in projects.

+ 1 - 1
setup.py

@@ -39,7 +39,7 @@ except ImportError:
 
 setup(
     name='django-sentry',
-    version='1.8.5',
+    version='1.8.5.1',
     author='David Cramer',
     author_email='dcramer@gmail.com',
     url='http://github.com/dcramer/django-sentry',