Skip to content

Commit

Permalink
Bumping version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 22, 2018
1 parent c4a6468 commit 7d32229
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.3.0
=====

* Add support for Lambdas in a VPC
(`#413 <https://github.com/aws/chalice/issues/413>`__,
Expand Down
2 changes: 1 addition & 1 deletion chalice/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from collections import defaultdict, Mapping


__version__ = '1.2.3'
__version__ = '1.3.0'


# 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.2'
version = u'1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.2.3'
release = u'1.3.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 @@ -20,7 +20,7 @@

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

0 comments on commit 7d32229

Please sign in to comment.