Commit c190fa7 1 parent f4e0432 commit c190fa7 Copy full SHA for c190fa7
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Changelog
3
3
4
4
.. currentmodule :: flask_restplus
5
5
6
- Current
7
- -------
6
+ 0.10.0 (2017-02-12)
7
+ -------------------
8
8
9
9
- Allows to specify a custom mount path on namespace registration
10
10
- Allow to express models as raw schemas
Original file line number Diff line number Diff line change 2
2
Flask RestPlus
3
3
==============
4
4
5
- .. image :: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master
5
+ .. image :: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?tag=0.10.0
6
6
:target: http://travis-ci.org/noirbizarre/flask-restplus
7
7
:alt: Build status
8
- .. image :: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?branch=master
9
- :target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master
8
+ .. image :: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?tag=0.10.0
9
+ :target: https://coveralls.io/r/noirbizarre/flask-restplus?tag=0.10.0
10
10
:alt: Code coverage
11
- .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
11
+ .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=0.10.0
12
12
:target: http://flask-restplus.readthedocs.io/en/latest/
13
13
:alt: Documentation status
14
14
.. image :: https://img.shields.io/pypi/l/flask-restplus.svg
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.10.0.dev '
2
+ __version__ = '0.10.0'
3
3
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'
You can’t perform that action at this time.
0 commit comments