From: Guillaume Pellerin Date: Wed, 8 Jun 2016 21:49:49 +0000 (+0200) Subject: 1.6.2 X-Git-Tag: 1.6.2^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b1c02f1e5a81b7b7a0f9702354eaf19008db13cb;p=telemeta.git 1.6.2 --- diff --git a/README.rst b/README.rst index f5ae3771..f4348656 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/setup.py b/setup.py index 4b17e6f0..897104bb 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.1', + version = '1.6.2', install_requires = [ 'django==1.6.11', 'django-registration==1.0', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index eed413ea..06673056 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -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'