Skip to content

Commit 5f570e6

Browse files
committed
manually bump package.json to dev and fix README
another bumpr bug -- it found version 0.5.0 as a token in the README and automatically bumped it. Manually bumpr package.json to 0.5.1-dev to match current dev release state on trunk.
1 parent 4b26179 commit 5f570e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Flask and Werkzeug moved to versions 2.0 in March 2020. This caused a breaking c
5959
* - == 0.4.0
6060
- < 2.0.0
6161
- pinned in Flask-RESTX.
62-
* - >= 0.5.1.dev
62+
* - >= 0.5.0
6363
- All (For Now)
6464
- unpinned, import statements wrapped for compatibility
6565
* - trunk branch in Github

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-restx",
3-
"version": "0.5.0",
3+
"version": "0.5.1-dev1",
44
"description": "Fully featured framework for fast, easy and documented API development with Flask",
55
"repository": "python-restx/flask-restx",
66
"keywords": [

0 commit comments

Comments
 (0)