Skip to content

Commit ca828ab

Browse files
authored
Require pillow 9 1 0 (#156)
* Update pillow requirement to avoid bug * Updated version and history
1 parent 75893e3 commit ca828ab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
4.0.1 (2023-03-24)
6+
------------------
7+
8+
* Updated version requirement of pillow to avoid bug
9+
510
4.0.0 (2023-03-23)
611
------------------
712

chartify/__init__.py

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

2424
__author__ = """Chris Halpert"""
2525
__email__ = "chalpert@spotify.com"
26-
__version__ = "4.0.0"
26+
__version__ = "4.0.1"
2727

2828
_IPYTHON_INSTANCE = False
2929

0 commit comments

Comments
 (0)