diff --git a/LICENSE.md b/LICENSE.md index 119c269..79a45ef 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ This software is made available under the terms of a [BSD 2-Clause license][bsd-2-clause]. -Copyright © 2014, Tom Christie +Copyright © 2017, Tom Christie All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 7036fc4..ccaa010 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -2,9 +2,10 @@ This project is currently in beta. 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.7 (unreleased) +## Version 0.7 -Disabled rendering of text responses as API views. +* Disabled rendering of text responses as API views. +* Added additional HTTP status codes. ## Version 0.6.9 diff --git a/flask_api/__init__.py b/flask_api/__init__.py index 9412863..55cd723 100644 --- a/flask_api/__init__.py +++ b/flask_api/__init__.py @@ -1,3 +1,3 @@ from flask_api.app import FlaskAPI -__version__ = '0.7b2' +__version__ = '0.7'