diff --git a/docs/changelog.rst b/docs/changelog.rst index 2eab5a3..426e233 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -1.5 (xx/xx/xxxx) ----------------- +1.4.1 (25/02/2022) +------------------ - Drop support for Python 3.4 - Imagemagick 7 compatibility fixes (Matt Westcott) diff --git a/setup.py b/setup.py index 94b0f83..6ac598b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='Willow', - version='1.4', + version='1.4.1', description='A Python image library that sits on top of Pillow, Wand and OpenCV', author='Karl Hobley', author_email='karl@kaed.uk',