From 60cd82436b9a352cd8aca8491b5f9202af3e0406 Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Fri, 16 Dec 2016 15:06:45 -0500 Subject: [PATCH] 0.32.0 - Cognito and Bash Completion --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67d17afb..c4ac035f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Zappa Changelog +# 0.32.0 +* Add Cognito Authorizers +* Refactor CLI, add Bash Completion +* Improve manylinux wheels +* Varios fixes and req bumps + ## 0.31.0 * Adds the `cors` feature, big thanks to @AusIV! * Adds support for `-e` eggs, thanks to @schuyler1d and @xuru! diff --git a/setup.py b/setup.py index e5cc996cd..6c2ab28f9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='zappa', - version='0.31.0', + version='0.32.0', packages=['zappa'], install_requires=required, tests_require=test_required,