Skip to content

Commit

Permalink
Update README and version 1.0 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorthwood committed Nov 9, 2010
1 parent 7fd99cc commit 02441df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ django-jira is some Django middleware that will automatically create an
issue in a JIRA instance when an exception occurs. It handles duplicate
exceptions by adding comments to the first instance of that exception.

Requires: SOAPpy
Requires: suds

To install, run:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='django-jira',
version='0.1',
version='1.0',
description='An automated exception reporter to JIRA from Django',
author='Chris Northwood',
author_email='christopher.northwood@oucs.ox.ac.uk',
Expand Down

0 comments on commit 02441df

Please sign in to comment.