Skip to content

Commit

Permalink
Bump version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Dec 26, 2015
1 parent a2b73da commit f986cdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

Current
-------
0.8.6 (2015-12-26)
------------------

- Handle callable on API infos
- Handle documentation on error handlers
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -12,7 +12,7 @@ Flask RestPlus
:target: https://requires.io/github/noirbizarre/flask-restplus/requirements/?branch=master
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
:target: http://flask-restplus.readthedocs.org/en/latest/
:target: http://flask-restplus.readthedocs.org/en/0.8.6/
:alt: Documentation status
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/noirbizarre/flask-restplus
Expand Down Expand Up @@ -137,7 +137,7 @@ With Flask-Restplus, you only import the api instance to route and document your
Documentation
=============

The documentation is hosted `on Read the Docs <http://flask-restplus.readthedocs.org/en/latest/>`_
The documentation is hosted `on Read the Docs <http://flask-restplus.readthedocs.org/en/0.8.6/>`_


.. _Swagger: http://swagger.io/
Expand Down
2 changes: 1 addition & 1 deletion flask_restplus/__about__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '0.8.6.dev'
__version__ = '0.8.6'
__description__ = 'Helpers, syntaxic sugar and Swagger documentation for Flask-Restful'

0 comments on commit f986cdc

Please sign in to comment.