From 8306c18b535f4003b416635738d205a843e6258d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 16:01:58 +0200 Subject: [PATCH] use local version --- pdfannotator/__init__.py | 1 + pdfannotator/templates/pdfannotator/pdfannotator.html | 8 ++++---- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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 -- 2.47.3