Skip to content

Commit

Permalink
Bump version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Apr 22, 2016
1 parent 565c5a6 commit 93d9f0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -3,8 +3,8 @@ Changelog

.. currentmodule:: flask_restplus

Current
-------
0.9.2 (2016-04-22)
------------------

- Same version but a PyPI bug force reupload.

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.9.2/
: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 @@ -154,7 +154,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.9.2/>`_


.. _Flask: http://flask.pocoo.org/
Expand Down
2 changes: 1 addition & 1 deletion flask_restplus/__about__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '0.9.2.dev'
__version__ = '0.9.2'
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'

0 comments on commit 93d9f0d

Please sign in to comment.