Skip to content

Commit

Permalink
Update to version 1.3.1.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Doggart committed Dec 10, 2023
1 parent b0947be commit bfea14b
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=1.3.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=1.3.0
:target: https://flask-restx.readthedocs.io/en/1.3.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 @@ -65,7 +65,7 @@ Flask and Werkzeug moved to versions 2.0 in March 2020. This caused a breaking c
* - == 1.2.0
- < 3.0.0
- pinned in Flask-RESTX.
* - >= 1.3.0
* - >= 1.3.1.dev
- >= 2.0.0 (Flask >= 3.0.0 support)
- 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__ = "1.3.0"
__version__ = "1.3.1.dev"
__description__ = (
"Fully featured framework for fast, easy and documented API development with Flask"
)

0 comments on commit bfea14b

Please sign in to comment.