Skip to content

Commit f986cdc

Browse files
committed
Bump version 0.8.6
1 parent a2b73da commit f986cdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Current
5-
-------
4+
0.8.6 (2015-12-26)
5+
------------------
66

77
- Handle callable on API infos
88
- Handle documentation on error handlers

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flask RestPlus
1212
:target: https://requires.io/github/noirbizarre/flask-restplus/requirements/?branch=master
1313
:alt: Requirements Status
1414
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
15-
:target: http://flask-restplus.readthedocs.org/en/latest/
15+
:target: http://flask-restplus.readthedocs.org/en/0.8.6/
1616
:alt: Documentation status
1717
.. image:: https://badges.gitter.im/Join%20Chat.svg
1818
:alt: Join the chat at https://gitter.im/noirbizarre/flask-restplus
@@ -137,7 +137,7 @@ With Flask-Restplus, you only import the api instance to route and document your
137137
Documentation
138138
=============
139139

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

142142

143143
.. _Swagger: http://swagger.io/

flask_restplus/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.8.6.dev'
2+
__version__ = '0.8.6'
33
__description__ = 'Helpers, syntaxic sugar and Swagger documentation for Flask-Restful'

0 commit comments

Comments
 (0)