Merge pull request #5 from sprockets/bump-to-one-oh

Version bump to 1.0.0
This commit is contained in:
dave-shawley 2014-11-20 10:38:46 -05:00
commit 2caf47b181
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',