Skip to content

Commit

Permalink
Bumping version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 9, 2018
1 parent a475500 commit b219fc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4.0
=====

* Add support for generating python 3.6 pipelines
(`#858 <https://github.com/aws/chalice/pull/858>`__)
Expand Down
2 changes: 1 addition & 1 deletion chalice/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from collections import defaultdict, Mapping


__version__ = '1.3.0'
__version__ = '1.4.0'
_PARAMS = re.compile(r'{\w+}')

# Implementation note: This file is intended to be a standalone file
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.3'
version = u'1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.3.0'
release = u'1.4.0'

# 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.3.0',
version='1.4.0',
description="Microframework",
long_description=README,
author="James Saryerwinnie",
Expand Down

0 comments on commit b219fc0

Please sign in to comment.