Skip to content

Commit 2be42b6

Browse files
committed
Press 0.2.1 for a hotfix
1 parent 7da2e25 commit 2be42b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Changelog
22
=========
3-
v0.2.1 - unreleased
3+
v0.2.1 - 2022-03-22
44
-------------------
5+
Despite all the checking, we missed a bad bug.
56

67
Bug Fixes
78
`````````

gsw_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
from importlib import import_module
44

gsw_xarray/tests/test_gsw_xarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_version():
9-
assert __version__ == "0.2.0"
9+
assert __version__ == "0.2.1"
1010

1111

1212
def test_func_standard(ds):

0 commit comments

Comments
 (0)