Skip to content

Commit a8a986e

Browse files
committed
Bump version 0.1.1
1 parent 77f13ad commit a8a986e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Flask RESTX
33
===========
44

5-
.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?branch=master&event=push
5+
.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=0.1.1&event=push
66
:target: https://github.com/python-restx/flask-restx/actions?query=workflow%3ATests
77
:alt: Tests status
8-
.. image:: https://coveralls.io/repos/github/python-restx/flask-restx/badge.svg?branch=master
9-
:target: https://coveralls.io/github/python-restx/flask-restx?branch=master
8+
.. image:: https://coveralls.io/repos/github/python-restx/flask-restx/badge.svg?tag=0.1.1
9+
:target: https://coveralls.io/github/python-restx/flask-restx?tag=0.1.1
1010
:alt: Code coverage
11-
.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=latest
12-
:target: https://flask-restx.readthedocs.io/en/latest/
11+
.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=0.1.1
12+
:target: https://flask-restx.readthedocs.io/en/0.1.1/
1313
:alt: Documentation status
1414
.. image:: https://img.shields.io/pypi/l/flask-restx.svg
1515
:target: https://pypi.org/project/flask-restx

flask_restx/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.1.0'
2+
__version__ = '0.1.1'
33
__description__ = 'Fully featured framework for fast, easy and documented API development with Flask'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-restx",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Fully featured framework for fast, easy and documented API development with Flask",
55
"repository": "python-restx/flask-restx",
66
"keywords": [

0 commit comments

Comments
 (0)