Skip to content

Commit

Permalink
Release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin committed Jul 26, 2020
1 parent ea24947 commit a740767
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,15 @@
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)
==================

Expand Down
18 changes: 9 additions & 9 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-jsignature',
version='0.9',
version='0.10',
author='Florent Lebreton',
author_email='florent.lebreton@makina-corpus.com',
url='https://github.com/fle/django-jsignature',
Expand All @@ -29,13 +29,13 @@
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit a740767

Please sign in to comment.