From: Guillaume Pellerin Date: Wed, 2 Jul 2025 14:01:58 +0000 (+0200) Subject: use local version X-Git-Tag: v1.1.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8306c18b535f4003b416635738d205a843e6258d;p=pdfannotator.git use local version --- diff --git a/pdfannotator/__init__.py b/pdfannotator/__init__.py index e69de29..170223b 100644 --- a/pdfannotator/__init__.py +++ b/pdfannotator/__init__.py @@ -0,0 +1 @@ +__version__=1.1.0 \ No newline at end of file diff --git a/pdfannotator/templates/pdfannotator/pdfannotator.html b/pdfannotator/templates/pdfannotator/pdfannotator.html index eb77b73..bf2e0dc 100644 --- a/pdfannotator/templates/pdfannotator/pdfannotator.html +++ b/pdfannotator/templates/pdfannotator/pdfannotator.html @@ -1,5 +1,5 @@ {% load static %} -{% load teleforma_tags %} +{% load pdfannotator %}
{% if not readonly %} @@ -57,9 +57,9 @@
- - - + + + {# \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2024010..1a8f120 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-pdfannotator -version = 1.0 +version = 1.1.0 url = https://git.pilotsystems.net/probarreau/pdfannotator description = A Django app to annotate PDF files long_description = file: README.rst