Release 0.10
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -2,6 +2,15 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.10 (2020-07-26)
|
||||||
|
==================
|
||||||
|
|
||||||
|
** New **
|
||||||
|
|
||||||
|
- Add template filter to easily render a signature structure as base64 url.
|
||||||
|
- Add a full example of front-office usage.
|
||||||
|
|
||||||
|
|
||||||
0.9 (2020-04-18)
|
0.9 (2020-04-18)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
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.9',
|
version='0.10',
|
||||||
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