File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Flask RESTX
3
3
===========
4
4
5
- .. image :: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=1.0.0 &event=push
5
+ .. image :: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?branch=master &event=push
6
6
:target: https://github.com/python-restx/flask-restx/actions?query=workflow%3ATests
7
7
:alt: Tests status
8
8
.. image :: https://codecov.io/gh/python-restx/flask-restx/branch/master/graph/badge.svg
9
9
:target: https://codecov.io/gh/python-restx/flask-restx
10
10
:alt: Code coverage
11
- .. image :: https://readthedocs.org/projects/flask-restx/badge/?version=1.0.0
12
- :target: https://flask-restx.readthedocs.io/en/1.0.0 /
11
+ .. image :: https://readthedocs.org/projects/flask-restx/badge/?version=latest
12
+ :target: https://flask-restx.readthedocs.io/en/latest /
13
13
:alt: Documentation status
14
14
.. image :: https://img.shields.io/pypi/l/flask-restx.svg
15
15
:target: https://pypi.org/project/flask-restx
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = "1.0.0 "
2
+ __version__ = "1.0.1.dev "
3
3
__description__ = (
4
4
"Fully featured framework for fast, easy and documented API development with Flask"
5
5
)
You can’t perform that action at this time.
0 commit comments