]> git.parisson.com Git - telemeta.git/commitdiff
1.6.2
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 21:49:49 +0000 (23:49 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 21:49:49 +0000 (23:49 +0200)
README.rst
setup.py
telemeta/__init__.py

index f5ae377151dc049304f9f66173395e90e1f6e09b..f4348656b709b73f7d6d67b1f08f46a16c04e703 100644 (file)
@@ -140,7 +140,7 @@ Start it up
 
 For a production environment setup, first read / edit `env/prod.env`, then::
 
-     docker-compose up
+    docker-compose up
 
 Then browse the app at http://localhost:8000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
 
index 4b17e6f0ffceccd2592c497085f8a84210d2b2c8..897104bbfd6fb375298d099fece18076231d4e38 100644 (file)
--- 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.1',
+  version = '1.6.2',
   install_requires = [
         'django==1.6.11',
         'django-registration==1.0',
index eed413ea0b4370618ddfef5b8c199a6e3adc6c52..0667305671d3303f2b40a061ae1344172539538e 100644 (file)
@@ -15,7 +15,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.6'
+__version__ = '1.6.2'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2006-2016 Parisson SARL'
 __license__ = 'AGPLv3'