diff --git a/app/signals_gisib/views.py b/app/signals_gisib/views.py index dea561f..436ab34 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.30", + default_version="0.1.31", 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"),