Skip to content

Commit

Permalink
Bump version: 3.4.0 → 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Aug 30, 2021
1 parent 9406d26 commit 1e9cd25
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 = 3.4.0
current_version = 3.4.1
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='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(
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": "3.4.0"
"version": "3.4.1"
},
"paths": {
"/uk-who/calculation": {
Expand Down

0 comments on commit 1e9cd25

Please sign in to comment.