From c43c8ce23378557ec6e2500619ab2587fd7269d0 Mon Sep 17 00:00:00 2001 From: ziirish Date: Mon, 23 Mar 2020 00:16:54 +0100 Subject: [PATCH] Bump version 0.2.0 --- README.rst | 6 +++--- flask_restx/__about__.py | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 76ecd1e4..7552153f 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?tag=0.1.1&event=push +.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=0.2.0&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=0.1.1 - :target: https://flask-restx.readthedocs.io/en/0.1.1/ +.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=0.2.0 + :target: https://flask-restx.readthedocs.io/en/0.2.0/ :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 58e64ec3..723286c7 100644 --- a/flask_restx/__about__.py +++ b/flask_restx/__about__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "0.1.1" +__version__ = "0.2.0" __description__ = ( "Fully featured framework for fast, easy and documented API development with Flask" ) diff --git a/package.json b/package.json index 34a5a295..6e9eda38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-restx", - "version": "0.1.1", + "version": "0.2.0", "description": "Fully featured framework for fast, easy and documented API development with Flask", "repository": "python-restx/flask-restx", "keywords": [