Skip to content

Commit 7c9e1c2

Browse files
authored
Release 0.2 (#23)
1 parent 528ebd8 commit 7c9e1c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2 (2024-05-21)
4+
* Make timestamp font size adjustable, and scale with image size by default
5+
36
## 0.1.5 (2023-07-23)
47
* Fix `RuntimeError: getsize is deprecated and should be removed` with newer Pillow versions
58
* Require Pillow > 10.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geogif"
3-
version = "0.1.5"
3+
version = "0.2"
44
description = "Render xarray timestacks into GIFs"
55
authors = ["Gabe Joseph <gjoseph92@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)