Skip to content

Commit

Permalink
Bump version: 4.2.15 → 4.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jun 25, 2022
1 parent d05ccb3 commit 46c4d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.15
current_version = 4.2.16
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from routers import trisomy_21, turners, uk_who, utilities


version='4.2.15' # this is set by bump version
version='4.2.16' # this is set by bump version

# Declare the FastAPI app
app = FastAPI(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/test_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.15"
"version": "4.2.16"
},
"paths": {
"/uk-who/calculation": {
Expand Down

0 comments on commit 46c4d70

Please sign in to comment.