We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528ebd8 commit 7c9e1c2Copy full SHA for 7c9e1c2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.2 (2024-05-21)
4
+* Make timestamp font size adjustable, and scale with image size by default
5
+
6
## 0.1.5 (2023-07-23)
7
* Fix `RuntimeError: getsize is deprecated and should be removed` with newer Pillow versions
8
* Require Pillow > 10.0.0
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geogif"
-version = "0.1.5"
+version = "0.2"
description = "Render xarray timestacks into GIFs"
authors = ["Gabe Joseph <gjoseph92@gmail.com>"]
readme = "README.md"
0 commit comments