mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-21 19:28:38 +00:00
Version bump to 1.0.0
This commit is contained in:
parent
55f981111a
commit
0a9f8bb6ad
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
Version History
|
||||
---------------
|
||||
- 0.0.0 [YYYY-MM-DD]
|
||||
- Change 1
|
||||
- Change 2
|
||||
- 1.0.0 [2014-11-20]
|
||||
- Initial release
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue