Skip to content

Commit 60bfa57

Browse files
committed
bump target release
1 parent 09e0c62 commit 60bfa57

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

HISTORY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# History
22

3-
## 0.3.1
3+
## 0.4.0
44

5-
Maintenance release.
6-
* min python version is now 3.10
7-
* update notes on deployment
5+
Maintenance release to drop python 3.9: min python version is now 3.10
6+
7+
### other changes
8+
* updated notes on deployment
9+
* dependabot configuration
810

911
## 0.3.0
1012

yt_xarray/__init__.py

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

33
__author__ = """Chris Havlin"""
44
__email__ = "[email protected]"
5-
__version__ = "0.3.1"
5+
__version__ = "0.4.0"
66

77

88
# import the xarray accessor so it is registered with xarray

0 commit comments

Comments
 (0)