Skip to content

Commit

Permalink
Bumping version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 5, 2019
1 parent d73cdc6 commit d489ff7
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.7.0
=====

* Fix packaging multiple local directories as dependencies
(`#1047 <https://github.com/aws/chalice/pull/1047>`__)
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


__version__ = '1.6.2'
__version__ = '1.7.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.6'
version = u'1.7'
# The full version, including alpha/beta/rc tags.
release = u'1.6.2'
release = u'1.7.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 @@ -21,7 +21,7 @@

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

0 comments on commit d489ff7

Please sign in to comment.