We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57342a1 commit e0c91b9Copy full SHA for e0c91b9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.4 (2023-02-09)
4
+* Support `dask` calver
5
+
6
## 0.1.3 (2022-03-16)
7
* Support `xarray` calver
8
* Require Pillow > 9.0.1
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geogif"
-version = "0.1.3"
+version = "0.1.4"
description = "Render xarray timestacks into GIFs"
authors = ["Gabe Joseph <gjoseph92@gmail.com>"]
readme = "README.md"
0 commit comments