From 76de0f3c0724c1c4804e91a4f39e62495c01746c Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Wed, 20 Jul 2016 14:39:38 -0400 Subject: [PATCH] Bump version to 0.6.7 --- docs/about/release-notes.md | 4 ++++ flask_api/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 42266a6..5d8ff0d 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -2,6 +2,10 @@ This project is currently in alpha. It is functional and well tested but you are advised to pay close attention to the release notes when upgrading to future versions. +## Version 0.6.7 + +* Fixed compatibility issue between Flask 0.10 and 0.11 + ## Version 0.6.6 * Updated dependencies to allow newer versions of Flask diff --git a/flask_api/__init__.py b/flask_api/__init__.py index 96eb714..e34c6af 100644 --- a/flask_api/__init__.py +++ b/flask_api/__init__.py @@ -1,3 +1,3 @@ from flask_api.app import FlaskAPI -__version__ = '0.6.6.post1' +__version__ = '0.6.7'