Skip to content

Commit

Permalink
Bumping 0.1.2, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed May 21, 2012
1 parent ae22860 commit 6edca88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry_groveio/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GroveIoMessage(Plugin):
slug = 'grove-io'
conf_key = 'groveio'
description = 'Send errors to Grove.io'
version = '0.1.1'
version = '0.1.2'
project_conf_form = GroveIoOptionsForm

def is_configured(self, project):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='sentry-groveio',
version='0.1.1',
version='0.1.2',
author='Matt Robenolt',
author_email='matt@ydekproductons.com',
url='http://github.com/mattrobenolt/sentry-groveio',
Expand Down

0 comments on commit 6edca88

Please sign in to comment.