We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75893e3 commit ca828abCopy full SHA for ca828ab
2 files changed
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+4.0.1 (2023-03-24)
6
+------------------
7
+
8
+* Updated version requirement of pillow to avoid bug
9
10
4.0.0 (2023-03-23)
11
------------------
12
chartify/__init__.py
@@ -23,7 +23,7 @@
23
24
__author__ = """Chris Halpert"""
25
__email__ = "chalpert@spotify.com"
26
-__version__ = "4.0.0"
+__version__ = "4.0.1"
27
28
_IPYTHON_INSTANCE = False
29
0 commit comments