]> git.parisson.com Git - teleforma.git/commitdiff
bump to 2.1
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Jul 2021 06:59:02 +0000 (08:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Jul 2021 10:11:16 +0000 (12:11 +0200)
setup.py
teleforma/__init__.py
teleforma/templates/teleforma/base.html

index 4a5cd9e0ba3d2d700c170dea27dc60cfa9871d66..bf044a8e0fd8007bf9ef02aed67cb01525cefc32 100644 (file)
--- 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,
index 17494c448eca91bd8bea8283e83ca0a782c5c577..37f67cacb333d2e84d54b6b4ddbecc6508ec41f7 100644 (file)
@@ -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'
index e3246609c20c77ead5542bdf09aad9a9c5162803..3d9d3903e066c4f81e307067575a02aba83125ae 100644 (file)
@@ -18,8 +18,8 @@
   {% block stylesheets %}
 
 
-  <link rel="stylesheet" type="text/css" href="/static/teleforma/css/base.css?v=2.0" />
-  <link rel="stylesheet" type="text/css" href="/static/teleforma/css/teleforma.css?v=2.0" />
+  <link rel="stylesheet" type="text/css" href="/static/teleforma/css/base.css?v=2.1" />
+  <link rel="stylesheet" type="text/css" href="/static/teleforma/css/teleforma.css?v=2.1" />
 
   {% webpack 'app.css' %}
 
@@ -41,7 +41,7 @@
   <script src="/static/teleforma/js/messi.min.js" type="text/javascript"></script>
   <script src="/static/teleforma/js/rainbowvis.js" type="text/javascript"></script>
   <script src="/static/teleforma/js/locale.js" type="text/javascript"></script>
-  <script src="/static/teleforma/js/application.js?v=2.0" type="text/javascript"></script>
+  <script src="/static/teleforma/js/application.js?v=2.1" type="text/javascript"></script>
 
   {% if user.is_authenticated %}
   <script type='text/javascript'>