Skip to content

Commit a4bd7e2

Browse files
authored
Prep 0.4 (#156)
1 parent f0e2259 commit a4bd7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [0.4] - 2022-02-24
99

1010
This release added the ability to regrid data stored on a UGRID mesh.
1111

esmf_regrid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .schemes import *
22

33

4-
__version__ = "0.4.dev0"
4+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)