From 6af803eb60672e73d90ed9cb287b7bd975cb6d6d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 8 Jul 2021 08:59:02 +0200 Subject: [PATCH] bump to 2.1 --- setup.py | 2 +- teleforma/__init__.py | 2 +- teleforma/templates/teleforma/base.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 4a5cd9e0..bf044a8e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '2.0', + version = '2.1', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 17494c44..37f67cac 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.0' +__version__ = '2.1' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2017 Parisson' __license__ = 'CeCILL-v2' diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index e3246609..3d9d3903 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -18,8 +18,8 @@ {% block stylesheets %} - - + + {% webpack 'app.css' %} @@ -41,7 +41,7 @@ - + {% if user.is_authenticated %}