File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
3
3
4
4
.. currentmodule :: flask_restplus
5
5
6
+ Current
7
+ -------
8
+
9
+ - Nothing yet
10
+
6
11
0.12.1 (2018-09-28)
7
12
-------------------
8
13
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?tag=0.12.1
6
- :target: https://travis-ci.org/noirbizarre/flask-restplus?tag=0.12.1
5
+ .. image :: https://secure.travis-ci.org/noirbizarre/flask-restplus.svg?branch=master
6
+ :target: https://travis-ci.org/noirbizarre/flask-restplus?branch=master
7
7
:alt: Build status
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
8
+ .. image :: https://coveralls.io/repos/noirbizarre/flask-restplus/badge.svg?branch=master
9
+ :target: https://coveralls.io/r/noirbizarre/flask-restplus?branch=master
10
10
:alt: Code coverage
11
- .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=0.12.1
12
- :target: https://flask-restplus.readthedocs.io/en/0.12.1 /
11
+ .. image :: https://readthedocs.org/projects/flask-restplus/badge/?version=latest
12
+ :target: https://flask-restplus.readthedocs.io/en/latest /
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 '
2
+ __version__ = '0.12.2.dev '
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