Skip to content

Commit

Permalink
Update release version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Mar 6, 2024
1 parent aa0b50f commit bbe67ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
geomet-climate (1.12.0) focal; urgency=medium

* add new CanDCSU6 layers
* add new CMIP6 layers
* add support for EPSG 3995
* improve handling of incorrect TIME query parameter values
* update CMIP6 absolute precip values
* update legend title for CMIP5 absolute precip layers
* update Docker configurations for nightly build
* remove seasonal interval from CMIP6 timesteps
* fix typos (s/nn/n/) for CMIP5 mean precipitation layers
* fix units for wind speed layers in CMIP*

-- Kevin Ngai <[email protected]> Wed, 06 Mar 2024 16:00:00 +0000

geomet-climate (1.10.0) focal; urgency=medium

* update legends to have less white space
Expand Down
2 changes: 1 addition & 1 deletion geomet_climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
###############################################################################

__version__ = '1.11.dev0'
__version__ = '1.12.0'

import click

Expand Down

0 comments on commit bbe67ee

Please sign in to comment.