Skip to content

Commit

Permalink
Bump version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jun 3, 2015
1 parent 772958e commit e472856
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
@@ -1,10 +1,13 @@
Changelog
=========

Current
-------
0.7.2
-----

- Nothing yet
- Compatibility with flask-restful 0.3.3
- Fix action=append handling in RequestParser
- Upgraded to SwaggerUI 2.1.8-M1
- Miscellaneous fixes


0.7.1
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.7.2
:target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=0.7.2
: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.7.2
:target: https://requires.io/github/noirbizarre/flask-restplus/requirements/?tag=0.7.2
: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.7.2
:target: http://flask-restplus.readthedocs.org/en/0.7.2/
: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.7.2/>`_


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

0 comments on commit e472856

Please sign in to comment.