From c7d2a14273c7609cd0b889c9af6e83b82853016d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 24 Jan 2024 11:32:07 +0100 Subject: [PATCH] bump to 2.8.0-pro, force application.js reload against version --- teleforma/__init__.py | 6 +++--- teleforma/templates/teleforma/base.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 043c4918..ce8cac99 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,12 +9,12 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '0.9' +__version__ = '2.8.0-pro' __url__ = 'http://parisson.com/products/teleforma' -__copyright__ = '(C) 2011-2012 Parisson' +__copyright__ = '(C) 2011-2024 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -Copyright (C) Parisson SARL (2011-2012) +Copyright (C) Parisson SARL (2011-2024) diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index f605485e..63ef3f44 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -36,7 +36,7 @@ - + {% if user.is_authenticated %} -- 2.39.5