diff --git a/docs/changelog.rst b/docs/changelog.rst index ec6a4cd..b22d689 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,15 @@ Changelog ---- +v0.5.0 +------ + +Released on Jul 29, 2023 + +- Fix for ``Pillow >= 10``, via :issue:`63` +- Drop support for Python bellow 3.8 +- Add type hints + v0.4 ---- diff --git a/src/captcha/__init__.py b/src/captcha/__init__.py index 49927e0..d62cd39 100644 --- a/src/captcha/__init__.py +++ b/src/captcha/__init__.py @@ -6,7 +6,7 @@ A captcha library that generates audio and image CAPTCHAs. - :copyright: (c) 2015 - 2018 by Hsiaoming Yang. + :copyright: (c) 2014 by Hsiaoming Yang. :license: BSD, see LICENSE for more details. """