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 Version History
--------------- ---------------
- 0.0.0 [YYYY-MM-DD] - 1.0.0 [2014-11-20]
- Change 1 - Initial release
- Change 2

View file

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