Skip to content

Commit

Permalink
Press 0.2.1 for a hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak committed Mar 22, 2022
1 parent 7da2e25 commit 2be42b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog
=========
v0.2.1 - unreleased
v0.2.1 - 2022-03-22
-------------------
Despite all the checking, we missed a bad bug.

Bug Fixes
`````````
Expand Down
2 changes: 1 addition & 1 deletion gsw_xarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from importlib import import_module

Expand Down
2 changes: 1 addition & 1 deletion gsw_xarray/tests/test_gsw_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_version():
assert __version__ == "0.2.0"
assert __version__ == "0.2.1"


def test_func_standard(ds):
Expand Down

0 comments on commit 2be42b6

Please sign in to comment.