mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-22 03:00:24 +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
|
Version History
|
||||||
---------------
|
---------------
|
||||||
- 0.0.0 [YYYY-MM-DD]
|
- 1.0.0 [2014-11-20]
|
||||||
- Change 1
|
- Initial release
|
||||||
- Change 2
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue