Skip to content

Commit

Permalink
Bumping version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 12, 2018
1 parent 82ae827 commit 0335862
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
CHANGELOG
=========

Next Release (TBD)
==================
1.2.1
=====

* Add CORS headers to error response
(`#715 <https://github.com/aws/chalice/pull/715>`__)
Expand Down
2 changes: 1 addition & 1 deletion chalice/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import base64
from collections import defaultdict, Mapping

__version__ = '1.2.0'
__version__ = '1.2.1'

# Implementation note: This file is intended to be a standalone file
# that gets copied into the lambda deployment package. It has no dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = u'1.2'
# The full version, including alpha/beta/rc tags.
release = u'1.2.0'
release = u'1.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='chalice',
version='1.2.0',
version='1.2.1',
description="Microframework",
long_description=README,
author="James Saryerwinnie",
Expand Down

0 comments on commit 0335862

Please sign in to comment.