Skip to content

Commit

Permalink
Bump version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Dec 7, 2015
1 parent 5a8defb commit 340ba6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

Current
-------
0.8.4 (2015-12-07)
------------------

- Drop/merge `flask_restful.Resource` resolving a recursion problem
- Allow any `callable` as field `default`, `min`, `max`...
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.8.4/
: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 @@ -137,7 +137,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.8.4/>`_


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

0 comments on commit 340ba6c

Please sign in to comment.