We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e2259 commit a4bd7e2Copy full SHA for a4bd7e2
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## [Unreleased]
+## [0.4] - 2022-02-24
9
10
This release added the ability to regrid data stored on a UGRID mesh.
11
esmf_regrid/__init__.py
@@ -1,4 +1,4 @@
1
from .schemes import *
2
3
4
-__version__ = "0.4.dev0"
+__version__ = "0.4.0"
0 commit comments