Skip to content

Commit

Permalink
Changes for 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 26, 2012
1 parent 954b10e commit 6503867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
Version 3.3.0
-------------

The queue has been changed from direct Kombu, to utilizing Celery entirely. If you were
already using the queue, the upgrade simply requires you to change "sentry start worker"
to "sentry celeryd".

Version 3.0.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@

setup(
name='sentry',
version='3.2.0',
version='3.3.0',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/dcramer/sentry',
Expand Down

0 comments on commit 6503867

Please sign in to comment.