From 0a9f8bb6ad65e2da881f2df56a4bbf64dd992bcb Mon Sep 17 00:00:00 2001 From: AWeberChrisMcGuire Date: Thu, 20 Nov 2014 10:03:22 -0500 Subject: [PATCH] Version bump to 1.0.0 --- docs/history.rst | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 9c6846c..da259b2 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,5 +1,4 @@ Version History --------------- -- 0.0.0 [YYYY-MM-DD] - - Change 1 - - Change 2 \ No newline at end of file +- 1.0.0 [2014-11-20] + - Initial release diff --git a/setup.py b/setup.py index afcff8c..43c2430 100644 --- a/setup.py +++ b/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',