From 19c7fd7eda2ef20122d4072eec1695bc045f3ac2 Mon Sep 17 00:00:00 2001 From: ziirish Date: Wed, 2 Nov 2022 11:12:38 +0100 Subject: [PATCH] Bump version 1.0.3 --- README.rst | 6 +++--- flask_restx/__about__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1b01fe62..513e80c0 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,14 @@ Flask RESTX =========== -.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?branch=master&event=push +.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=1.0.3&event=push :target: https://github.com/python-restx/flask-restx/actions?query=workflow%3ATests :alt: Tests status .. image:: https://codecov.io/gh/python-restx/flask-restx/branch/master/graph/badge.svg :target: https://codecov.io/gh/python-restx/flask-restx :alt: Code coverage -.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=latest - :target: https://flask-restx.readthedocs.io/en/latest/ +.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=1.0.3 + :target: https://flask-restx.readthedocs.io/en/1.0.3/ :alt: Documentation status .. image:: https://img.shields.io/pypi/l/flask-restx.svg :target: https://pypi.org/project/flask-restx diff --git a/flask_restx/__about__.py b/flask_restx/__about__.py index a9977ee1..cacc67fc 100644 --- a/flask_restx/__about__.py +++ b/flask_restx/__about__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.0.2.dev" +__version__ = "1.0.3" __description__ = ( "Fully featured framework for fast, easy and documented API development with Flask" )