Prep for 0.3.0 release

- Update version numbers
- Release notes
- Update authors
This commit is contained in:
medmunds
2013-01-12 14:20:40 -08:00
parent 860ebcdc44
commit 9380b1d8c9
4 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from django.utils.text import capfirst
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
VERSION = (0, 2, 0)
VERSION = (0, 3, 0)
__version__ = '.'.join([str(x) for x in VERSION])
# This backend was developed against this API endpoint.