From 7eadab132ce12b14dcfaf09c4044e8e97318af00 Mon Sep 17 00:00:00 2001 From: David van Buiten Date: Mon, 26 Feb 2024 14:59:25 +0100 Subject: [PATCH] Bumped version to 0.1.20 in the openapi specs --- app/signals_gisib/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/signals_gisib/views.py b/app/signals_gisib/views.py index 083a35f..a764a91 100644 --- a/app/signals_gisib/views.py +++ b/app/signals_gisib/views.py @@ -17,7 +17,7 @@ schema_view = get_schema_view( openapi.Info( title="signals-gisib-ams", - default_version="0.1.19", + default_version="0.1.20", description="This API returns information about oak trees in a specific location as a GeoJSON output. " "The API supports query parameters for filtering results.", license=openapi.License(name="EUPL", url="https://github.com/Amsterdam/signals-gisib-ams/blob/main/LICENSE"),