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

Skip to content

Commit ac81e0f

Browse files
committed
Bump version to 0.6.5
1 parent a6cf183 commit ac81e0f

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