Skip to content

Commit bfea14b

Browse files
author
Peter Doggart
committed
Update to version 1.3.1.dev for next development cycle
1 parent b0947be commit bfea14b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Flask RESTX
33
===========
44

5-
.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?tag=1.3.0&event=push
5+
.. image:: https://github.com/python-restx/flask-restx/workflows/Tests/badge.svg?branch=master&event=push
66
:target: https://github.com/python-restx/flask-restx/actions?query=workflow%3ATests
77
:alt: Tests status
88
.. image:: https://codecov.io/gh/python-restx/flask-restx/branch/master/graph/badge.svg
99
:target: https://codecov.io/gh/python-restx/flask-restx
1010
:alt: Code coverage
11-
.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=1.3.0
12-
:target: https://flask-restx.readthedocs.io/en/1.3.0/
11+
.. image:: https://readthedocs.org/projects/flask-restx/badge/?version=latest
12+
:target: https://flask-restx.readthedocs.io/en/latest/
1313
:alt: Documentation status
1414
.. image:: https://img.shields.io/pypi/l/flask-restx.svg
1515
:target: https://pypi.org/project/flask-restx
@@ -65,7 +65,7 @@ Flask and Werkzeug moved to versions 2.0 in March 2020. This caused a breaking c
6565
* - == 1.2.0
6666
- < 3.0.0
6767
- pinned in Flask-RESTX.
68-
* - >= 1.3.0
68+
* - >= 1.3.1.dev
6969
- >= 2.0.0 (Flask >= 3.0.0 support)
7070
- unpinned, import statements wrapped for compatibility
7171
* - trunk branch in Github

flask_restx/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.3.0"
2+
__version__ = "1.3.1.dev"
33
__description__ = (
44
"Fully featured framework for fast, easy and documented API development with Flask"
55
)

0 commit comments

Comments
 (0)