From 60f29bd8a5dd66689c56ef57ff8c406514e6834d Mon Sep 17 00:00:00 2001 From: Jim Bacon Date: Thu, 21 Nov 2024 11:49:29 +0000 Subject: [PATCH] Major version bump Changes to API are not backwards compatible. --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 22e25f4..0a45416 100644 --- a/app/main.py +++ b/app/main.py @@ -75,7 +75,7 @@ async def lifespan(app: FastAPI): title="Record Cleaner Service", summary="Service for checking species records against the record " "cleaner rules.", - version="1.1.0", + version="2.0.0", contact={ "name": "Biological Records Centre at UK Centre for Ecology & Hydrology", "url": "https://www.ceh.ac.uk/our-science/projects/biological-records-centre",