File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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.12.1 (2018-09-28)
7
+ -------------------
8
8
9
9
- Fix missing changelog inprevious release
10
10
- Ensure definitions with both `$ref ` and description (or other property) output is valid (using `allOf `)
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
6
- :target: https://travis-ci.org/noirbizarre/flask-restplus?branch=master
5
+ .. image :: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?tag=0.12.1
6
+ :target: https://travis-ci.org/noirbizarre/flask-restplus?tag=0.12.1
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.12.1
9
+ :target: https://coveralls.io/r/noirbizarre/flask-restplus?tag=0.12.1
10
10
:alt: Code coverage
11
- .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
12
- :target: https://flask-restplus.readthedocs.io/en/latest /
11
+ .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=0.12.1
12
+ :target: https://flask-restplus.readthedocs.io/en/0.12.1 /
13
13
:alt: Documentation status
14
14
.. image :: https://img.shields.io/pypi/l/flask-restplus.svg
15
15
:target: https://pypi.org/project/flask-restplus
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = '0.12.1.dev '
2
+ __version__ = '0.12.1'
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