Skip to content

Commit

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

Current
-------
0.6.0
-----

- Python 2.6 support
- Experimental polymorphism support (single inheritance only)
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Expand Up @@ -5,14 +5,14 @@ Flask RestPlus
.. image:: https://secure.travis-ci.org/noirbizarre/flask-restplus.png
:target: http://travis-ci.org/noirbizarre/flask-restplus
:alt: Build status
.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.png?branch=master
:target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master
.. image:: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.png?branch=0.6.0
:target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=0.6.0
:alt: Code coverage
.. image:: https://requires.io/github/noirbizarre/flask-restplus/requirements.png?branch=master
:target: https://requires.io/github/noirbizarre/flask-restplus/requirements/?branch=master
.. image:: https://requires.io/github/noirbizarre/flask-restplus/requirements.png?tag=0.6.0
:target: https://requires.io/github/noirbizarre/flask-restplus/requirements/?tag=0.6.0
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
:target: http://flask-restplus.readthedocs.org/en/latest/
.. image:: https://readthedocs.org/projects/flask-restplus/badge/?version=0.6.0
:target: http://flask-restplus.readthedocs.org/en/0.6.0/
:alt: Documentation status

Flask-RestPlus provide syntaxic suger, helpers and automatically generated `Swagger`_ documentation on top of `Flask-Restful`_.
Expand Down Expand Up @@ -133,7 +133,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.6.0/>`_


.. _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.5.2.dev'
__version__ = '0.6.0'
__description__ = 'Helpers, syntaxic sugar and Swagger documentation for Flask-Restful'

0 comments on commit a5a635d

Please sign in to comment.