8000 Release v0.6.5 by jacebrowning · Pull Request #51 · flask-api/flask-api · GitHub
[go: up one dir, main page]

Skip to content

Release v0.6.5 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump version to 0.6.5
  • Loading branch information
jacebrowning committed Jan 31, 2016
commit ac81e0f0c3f81e092c7c9bf72c6ecb7176cc18cd
4 changes: 4 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5

* Replaced periods in page titles with spaces

## Version 0.6.4

* Fixed escaping in link headers
Expand Down
2 changes: 1 addition & 1 deletion flask_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from flask_api.app import FlaskAPI

__version__ = '0.6.4'
__version__ = '0.6.5'
0