From 88d61189395be31fd359220af93ac2125cbabf61 Mon Sep 17 00:00:00 2001 From: Maxi Date: Wed, 27 Apr 2022 17:00:23 +0200 Subject: [PATCH] Bump to 0.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79e478f..a2d7156 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__)) 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',