Version bump to 1.0.0

This commit is contained in:
AWeberChrisMcGuire 2014-11-20 10:03:22 -05:00
parent 55f981111a
commit 0a9f8bb6ad
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
Version History
---------------
- 0.0.0 [YYYY-MM-DD]
- Change 1
- Change 2
- 1.0.0 [2014-11-20]
- Initial release

View file

@ -29,7 +29,7 @@ if sys.version_info < (3, 0):
setuptools.setup(
name='sprockets.mixins.json_error',
version='0.0.0',
version='1.0.0',
description='Handler mixin for writing JSON errors',
long_description=codecs.open('README.rst', encoding='utf-8').read(),
url='https://github.com/sprockets/sprockets.mixins.json_error.git',