Skip to content

Commit

Permalink
Bump version: 4.2.4 → 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Feb 27, 2022
1 parent 022aec3 commit 56f1798
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.4
current_version = 4.2.5
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.4' # this is set by bump version
version='4.2.5' # 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.4"
"version": "4.2.5"
},
"paths": {
"/uk-who/calculation": {
Expand Down

0 comments on commit 56f1798

Please sign in to comment.