From 56f1798c92d2a0d4109e20da78f2cd0764a251e0 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Sun, 27 Feb 2022 19:03:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.2.4=20=E2=86=92=204.2.5?= 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 a2a57cca..615fb58d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.4 +current_version = 4.2.5 tag = True commit = True diff --git a/main.py b/main.py index f05e1865..8cd97799 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ from routers import trisomy_21, turners, uk_who, utilities -version='4.2.4' # this is set by bump version +version='4.2.5' # 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 40196958..98eda209 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": "4.2.4" + "version": "4.2.5" }, "paths": { "/uk-who/calculation": {