Skip to content

Commit

Permalink
Bump version (setup, conf, whatsnew) to v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Aug 1, 2022
1 parent 37e2cdd commit 0246ca9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# -- Project information -----------------------------------------------------

project = 'hyoga'
copyright = '2021, Julien Seguinot'
copyright = '2021-2022, Julien Seguinot'
author = 'Julien Seguinot'
version = '0.1 Akaishi'
release = '0.1.1'
release = '0.1.2'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 4 additions & 2 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
What's new
==========

v0.1.2 (unreleased)
v0.1.2 (1 Aug 2022)
-------------------

This release includes better masks and a dependency on cf_xarray_.

Breaking changes
~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -47,7 +49,7 @@ New features
ice mask variable with standard name ``land_ice_area_fraction``.
- Add accessor method :meth:`xarray.Dataset.hyoga.where_icemask` to filter
glacier variable according to ``land_ice_area_fraction``.
- Add :obj:`hyoga.config` with a ``glacier_masking_point`` config parametre, an
- Add :obj:`hyoga.config` with a ``glacier_masking_point`` config parameter, an
ice thickness threshold used as a fallback if ``land_ice_area_fraction`` is
missing in the dataset.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[metadata]

name = hyoga
version = 0.1.1
version = 0.1.2
author = Julien Seguinot
description = A thin wrapper around xarray to open and plot PISM files
long_description = file: README.rst
Expand Down

0 comments on commit 0246ca9

Please sign in to comment.