Skip to content

Commit

Permalink
Update to version 0.5.1.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
j5awry committed Jul 19, 2021
1 parent fd99fe1 commit 4b26179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Flask RESTX
===========

.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=0.5.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.5.0
:target: https://flask-restx.readthedocs.io/en/0.5.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 Expand Up @@ -59,7 +59,7 @@ Flask and Werkzeug moved to versions 2.0 in March 2020. This caused a breaking c
* - == 0.4.0
- < 2.0.0
- pinned in Flask-RESTX.
* - >= 0.5.0
* - >= 0.5.1.dev
- All (For Now)
- unpinned, import statements wrapped for compatibility
* - trunk branch in Github
Expand Down
2 changes: 1 addition & 1 deletion flask_restx/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "0.5.0"
__version__ = "0.5.1.dev"
__description__ = (
"Fully featured framework for fast, easy and documented API development with Flask"
)

0 comments on commit 4b26179

Please sign in to comment.