diff --git a/CHANGES b/CHANGES index ac19c17..40ce0c5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,22 @@ CHANGELOG ========= +0.12 (2024-01-27) +================== + +** Bug fixed ** + +- Draw single points + +** New ** + +- Updated Github Actions. +- Dropped support for python < 3.8 +- Dropped support for Django < 4.2 +- Add support for pillow >= 10 +- Updated jSignature to latest version + + 0.11 (2022-01-17) ================== diff --git a/setup.py b/setup.py index 7edcb5c..92c478f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-jsignature', - version='0.11', + version='0.12', author='Florent Lebreton', author_email='florent.lebreton@makina-corpus.com', url='https://github.com/fle/django-jsignature',