From fb86d39d24b164b9aa111ddb33e214663144b6d4 Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Fri, 24 Jul 2020 20:11:40 +0530 Subject: [PATCH] Bump version to v1.4.3. Update docs --- docs/source/Quickstart.md | 3 +-- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/Quickstart.md b/docs/source/Quickstart.md index 466a96c..07ca903 100644 --- a/docs/source/Quickstart.md +++ b/docs/source/Quickstart.md @@ -84,9 +84,8 @@ Returns result in JSON, "start_time": 1593019807.7754705, "end_time": 1593019807.782958, "process_time": 0.00748753547668457, - "status": "success", "returncode": 0, - "error": "", + "error": null, } ``` diff --git a/docs/source/conf.py b/docs/source/conf.py index 546f30d..972fc5d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Eshaan Bansal" # The full version, including alpha/beta/rc tags -release = "1.4.1" +release = "1.4.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9d32d58..3d79ff9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="Flask-Shell2HTTP", - version="1.4.1", + version="1.4.3", url=GITHUB_URL, license="BSD", author="Eshaan Bansal",