From 5f570e6e0fea30051d4ac54fcb1eb6beae62ae42 Mon Sep 17 00:00:00 2001 From: John Chittum Date: Mon, 19 Jul 2021 08:08:03 -0500 Subject: [PATCH] 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. --- README.rst | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 682a6966..a8b64b7e 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/package.json b/package.json index b1023054..e7c2702d 100644 --- a/package.json +++ b/package.json @@ -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": [