We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b9566 commit c6bb0b3Copy full SHA for c6bb0b3
CHANGELOG.md
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
9
+## [0.13.1] - 2025-12-19
10
+
11
+### Changed
12
13
+- [PR#611](https://github.com/SciTools/iris-esmf-regrid/pull/611)
14
+ Drop pip pins, reverting PR#593.
15
+ [@bjlittle](https://github.com/bjlittle)
16
17
## [0.13.0] - 2025-11-27
18
19
### Fixed
src/esmf_regrid/__init__.py
@@ -26,4 +26,4 @@
26
from .constants import Constants, check_method, check_norm
27
from .schemes import *
28
29
-__version__ = "0.14.dev0"
+__version__ = "0.13.1"
0 commit comments