Skip to content

Commit

Permalink
Update to version 0.4.1.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
j5awry committed May 12, 2021
1 parent ef56100 commit a39e06f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -2,14 +2,14 @@
Flask RESTX
===========

.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=0.4.0&event=push
.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?branch=master&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.4.0
:target: https://flask-restx.readthedocs.io/en/0.4.0/
.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=latest
:target: https://flask-restx.readthedocs.io/en/latest/
:alt: Documentation status
.. image:: https://img.shields.io/pypi/l/flask-restx.svg
:target: https://pypi.org/project/flask-restx
Expand Down
2 changes: 1 addition & 1 deletion flask_restx/__about__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "0.4.0"
__version__ = "0.4.1.dev"
__description__ = (
"Fully featured framework for fast, easy and documented API development with Flask"
)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "flask-restx",
"version": "0.4.0",
"version": "0.4.1.dev",
"description": "Fully featured framework for fast, easy and documented API development with Flask",
"repository": "python-restx/flask-restx",
"keywords": [
Expand Down

0 comments on commit a39e06f

Please sign in to comment.