From: Guillaume Pellerin Date: Tue, 24 Jan 2017 16:22:50 +0000 (+0100) Subject: Goto 1.7.0 X-Git-Tag: 1.7.0~2^2~26 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bc8548d86fd933d40784036ba18cdd3a0d77edd0;p=telemeta.git Goto 1.7.0 --- diff --git a/docker-compose.yml b/docker-compose.yml index 3cee694c..a112dd21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ app: volumes: - ./app/:/srv/app - ./telemeta/:/srv/src/telemeta/telemeta - - ./lib/TimeSide/:/srv/src/timeside + # - ./lib/TimeSide/:/srv/src/timeside volumes_from: - data env_file: diff --git a/setup.py b/setup.py index 15c150a4..767322d8 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.7.0', install_requires = [ 'django==1.8.17', 'django-registration-redux',