-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a33ed6
commit 8673609
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -42,7 +42,7 @@ | |
from msc_pygeoapi.process import process # noqa | ||
|
||
|
||
__version__ = '0.12.dev0' | ||
__version__ = '0.12.0' | ||
|
||
|
||
@click.group() | ||
|