From f3a6e9e1f9f32332fd991e6e256092e59da2cd84 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Sun, 22 Aug 2021 13:58:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.3.0=20=E2=86=92=203.3.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 66fae161..64959d4d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.0 +current_version = 3.3.1 tag = True commit = True diff --git a/main.py b/main.py index 59eb658b..2dffd7f7 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ from routers import trisomy_21, turners, uk_who -version='3.3.0' # this is set by bump version +version='3.3.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 1b18c6cc..6c418b95 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.3.0" + "version": "3.3.1" }, "paths": { "/uk-who/calculation": {