Skip to content

Commit

Permalink
manually bump package.json to dev and fix README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
j5awry committed Jul 19, 2021
1 parent 4b26179 commit 5f570e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
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.1.dev
* - >= 0.5.0
- All (For Now)
- unpinned, import statements wrapped for compatibility
* - trunk branch in Github
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-restx",
"version": "0.5.0",
"version": "0.5.1-dev1",
"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 5f570e6

Please sign in to comment.