From 87c58b59247aca3b57d0220109cd4a978e1e10dc Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 4 Nov 2012 18:15:24 +0100 Subject: [PATCH] go to 0.9 --- setup.py | 2 +- teleforma/__init__.py | 2 +- teleforma/views/core.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e1d62c8b..47799bd6 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 = '0.8', + version = '0.9', install_requires = [ 'django>=1.4', 'telemeta', diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 0144be37..043c4918 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '0.8' +__version__ = '0.9' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2012 Parisson' __license__ = 'CeCILL-v2' diff --git a/teleforma/views/core.py b/teleforma/views/core.py index f2cbfdd7..0a7bbaa6 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -457,6 +457,8 @@ class ConferenceRecordView(FormView): except: pass + + def snapshot(self, url, dir): width = 160 height = 90 -- 2.39.5