Skip to content

Commit 07823f5

Browse files
committed
Bump version 0.9.1
1 parent b9d1e76 commit 07823f5

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
@@ -3,8 +3,8 @@ Changelog
33

44
.. currentmodule:: flask_restplus
55

6-
Current
7-
-------
6+
0.9.1 (2016-04-22)
7+
------------------
88

99
- Added some Swagger-UI Oauth configurations:
1010
- `SWAGGER_UI_OAUTH_CLIENT_ID`

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.9.1/
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
@@ -154,7 +154,7 @@ With Flask-Restplus, you only import the api instance to route and document your
154154
Documentation
155155
=============
156156

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

159159

160160
.. _Flask: http://flask.pocoo.org/

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.9.1.dev'
2+
__version__ = '0.9.1'
33
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'

0 commit comments

Comments
 (0)