From: Guillaume Pellerin Date: Fri, 2 Jun 2017 11:36:44 +0000 (+0200) Subject: Goto 1.6.4 X-Git-Tag: search~2^2~17^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1a7e7a2079941f24d33246e4574d2b1f38d00718;p=telemeta.git Goto 1.6.4 --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index f6e454db..a1819a01 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -39,7 +39,7 @@ if [ $REINDEX = "True" ]; then fi # fix media access rights -chown -R www-data:www-data $media +chown -R www-data:www-data !(import) $media # choose dev or prod mode if [ "$1" = "--runserver" ]; then diff --git a/lib/TimeSide b/lib/TimeSide index 004c33b1..a8d59975 160000 --- a/lib/TimeSide +++ b/lib/TimeSide @@ -1 +1 @@ -Subproject commit 004c33b1532acafb2f3507fce8909d8f100dab09 +Subproject commit a8d599754de80712a657c115a6e7d22e3dea104c diff --git a/setup.py b/setup.py index 6e28f1a1..fbd33392 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.6.3', + version = '1.6.4', install_requires = [ 'django==1.6.11', 'django-registration==1.0', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index b7a310a6..8b4c92fc 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,12 +15,12 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.6.3' +__version__ = '1.6.4' __url__ = 'http://telemeta.org' -__copyright__ = '(C) 2006-2016 Parisson SARL' +__copyright__ = '(C) 2006-2017 Parisson SARL' __license__ = 'AGPLv3' __license_long__ = """ -Copyright (C) Parisson SARL (2006-2016) +Copyright (C) Parisson SARL (2006-2017) This file is part of Telemeta.