8000 Bump version to 0.6.9 · flask-api/flask-api@4bc0310 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bc0310

Browse files
committed
Bump version to 0.6.9
1 parent a746453 commit 4bc0310

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.9
6+
7+
* Fixed `AttributeError` when rendering empty content using `BrowsableAPIRenderer`
8+
59
## Version 0.6.8
610

711
* Fixed `AttributeError` with Blueprint handlers in Flask 0.11+

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.8'
3+
__version__ = '0.6.9'

0 commit comments

Comments
 (0)
0