8000 Merge pull request #60 from tomchristie/release/v0.6.7 · flask-api/flask-api@ab4252d · GitHub
[go: up one dir, main page]

Skip to content

Commit ab4252d

Browse files
authored
Merge pull request #60 from tomchristie/release/v0.6.7
Release 0.6.7
2 parents 5575a62 + 76de0f3 commit ab4252d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/about/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## Version 0.6.7
6+
7+
* Fixed compatibility issue between Flask 0.10 and 0.11
8+
59
## Version 0.6.6
610

711
* Updated dependencies to allow newer versions of Flask

flask_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from flask_api.app import FlaskAPI
22

3-
__version__ = '0.6.6.post1'
3+
__version__ = '0.6.7'

0 commit comments

Comments
 (0)
0