Skip to content

Commit

Permalink
update release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 20, 2024
1 parent 7a33ed6 commit 8673609
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
msc-pygeoapi (0.12.0) focal; urgency=medium

* update string interpolation to f-strings
* new CanDCSU6 provider
* UI JS syntax fixes
* use MSC_PYGEOAPI_OGC_API_URL in OpenAPI document
* update support for cftime in climate NetCDF
* add aliasing functionality for climate archive loader
* remove warnings for Xarray based backends
* add UMOS loaders
* Serve GCWeb theme (css/image/fonts) locally
* update sarra configurations to use MSC-GEOMET user
* ensure properties and ids contain ISO8601-compliant datetime
* citypage loader updates
* collection title/abstract updates
* new land and marine forecast zones loaders

-- Tom Kralidis <[email protected]> Thu, 20 Jun 2024 19:33:52 +0000

msc-pygeoapi (0.11.0) focal; urgency=medium

* fix Leaflet attribution
Expand Down
4 changes: 2 additions & 2 deletions msc_pygeoapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Author: Tom Kralidis <[email protected]>
#
# Copyright (c) 2023 Tom Kralidis
# Copyright (c) 2024 Tom Kralidis
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -42,7 +42,7 @@
from msc_pygeoapi.process import process # noqa


__version__ = '0.12.dev0'
__version__ = '0.12.0'


@click.group()
Expand Down

0 comments on commit 8673609

Please sign in to comment.