From 7828d68bc1bc58a8c3da83864d7d357d03116717 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 6 Nov 2016 11:28:33 -0500 Subject: [PATCH] This is 0.11.1 --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index e771981..4af6272 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,13 @@ BSD licensed. Changelog --------- +0.11.1 (11/06/2016) +******************* + +- Correctly pass first parameter to ``Flask`` according to the 0.11 `docs `. Thanks `aliavni `. +- Remove setuptools and wheel as dependencies to fix deployment on Heroku. Thanks `Cabalist `. +- Make User.password a Binary field for compatibility with new versions of bcrypt. Thanks again `Cabalist `. + 0.11.0 (09/10/2016) *******************