Skip to content

Commit cd96f08

Browse files
committed
bumps version to 1.2.0
1 parent 9e34057 commit cd96f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BasicAPISettings(BaseModel):
1515
title: str = 'Kennel Runs API'
1616
openapi_url: str = "/openapi.json"
1717
root_path: str = "/api/v1"
18-
version: str = '1.0.1'
18+
version: str = '1.2.0'
1919
debug: bool = False
2020

2121
# EOF

0 commit comments

Comments
 (0)