From 1e9cd259e5683792184754aab66d2cad869462c6 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Mon, 30 Aug 2021 12:25:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.4.0=20=E2=86=92=203.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- main.py | 2 +- tests/test_data/test_openapi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c5bbc27..9dbba718 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.0 +current_version = 3.4.1 tag = True commit = True diff --git a/main.py b/main.py index 5c1b9102..7ceb6e67 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ from routers import trisomy_21, turners, uk_who, utilities -version='3.4.0' # this is set by bump version +version='3.4.1' # this is set by bump version # Declare the FastAPI app app = FastAPI( diff --git a/tests/test_data/test_openapi.json b/tests/test_data/test_openapi.json index b28d8944..7178d72d 100644 --- a/tests/test_data/test_openapi.json +++ b/tests/test_data/test_openapi.json @@ -3,7 +3,7 @@ "info": { "title": "RCPCH Digital Growth API", "description": "Returns SDS and centiles for child growth measurements using growth references. Currently provides calculations based on the UK-WHO, Turner's Syndrome and Trisomy-21 references.", - "version": "3.4.0" + "version": "3.4.1" }, "paths": { "/uk-who/calculation": {