We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e0c62 commit 60bfa57Copy full SHA for 60bfa57
HISTORY.md
@@ -1,10 +1,12 @@
1
# History
2
3
-## 0.3.1
+## 0.4.0
4
5
-Maintenance release.
6
-* min python version is now 3.10
7
-* update notes on deployment
+Maintenance release to drop python 3.9: min python version is now 3.10
+
+### other changes
8
+* updated notes on deployment
9
+* dependabot configuration
10
11
## 0.3.0
12
yt_xarray/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Chris Havlin"""
__email__ = "[email protected]"
-__version__ = "0.3.1"
+__version__ = "0.4.0"
# import the xarray accessor so it is registered with xarray
0 commit comments