Bump version to 0.11
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -2,6 +2,18 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.11 (2022-01-17)
|
||||||
|
==================
|
||||||
|
|
||||||
|
** New **
|
||||||
|
|
||||||
|
- Django 4.0 compatibility.
|
||||||
|
- Moved to Github Actions for testing.
|
||||||
|
- Added flake8 in CI.
|
||||||
|
- Dropped support for python < 3.6
|
||||||
|
- Dropped support for Django 1.11, 2.0, 2.1, 3.0, 3.1.
|
||||||
|
|
||||||
|
|
||||||
0.10 (2020-07-26)
|
0.10 (2020-07-26)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-jsignature',
|
name='django-jsignature',
|
||||||
version='0.10',
|
version='0.11',
|
||||||
author='Florent Lebreton',
|
author='Florent Lebreton',
|
||||||
author_email='florent.lebreton@makina-corpus.com',
|
author_email='florent.lebreton@makina-corpus.com',
|
||||||
url='https://github.com/fle/django-jsignature',
|
url='https://github.com/fle/django-jsignature',
|
||||||
|
|||||||
Reference in New Issue
Block a user