Skip to content

Commit

Permalink
Merge pull request #311 from roocs/prepare_v0121
Browse files Browse the repository at this point in the history
prepare patch release 0.12.1
  • Loading branch information
Zeitsperre authored Nov 30, 2023
2 parents d77fff8 + 1f565cf commit 95acef9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ Version History
v0.12.1 (2023-11-30)
--------------------

Bug Fixes
^^^^^^^^^
* Instead of raising an exception, now aligning _FillValue and missing_value if they deviate from one another. (#309).

Other Changes
^^^^^^^^^^^^^
* Warnings are now emitted if the user attempts to run the regridding utilities with a version of `xarray` that is not compatible with `cf-xarray`. (#310).
* Dependency pins now constrain the `xarray` version when installing with `$ pip install ".[extra]"`. (#310).
* Instead of raising an exception, now aligning _FillValue and missing_value if they deviate from one another. (#309).

v0.12.0 (2023-11-23)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion clisops/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__email__ = "eleanor.smith@stfc.ac.uk"
__license__ = "BSD"
__version__ = "0.12.0"
__version__ = "0.12.1"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.12.0"
version = "0.12.1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.12.0"
current_version = "0.12.1"
commit = true
tag = true
allow_dirty = false
Expand Down

0 comments on commit 95acef9

Please sign in to comment.