8000 Merge pull request #51 from tomchristie/release/v0.6.5 · flask-api/flask-api@847e8cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 847e8cf

Browse files
committed
Merge pull request #51 from tomchristie/release/v0.6.5
Release v0.6.5
2 parents a6cf183 + ac81e0f commit 847e8cf

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.5
6+
7+
* Replaced periods in page titles with spaces
8+
59
## Version 0.6.4
610

711
* Fixed escaping in link headers

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.4'
3+
__version__ = '0.6.5'

0 commit comments

Comments
 (0)
0