From b1c02f1e5a81b7b7a0f9702354eaf19008db13cb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jun 2016 23:49:49 +0200 Subject: [PATCH] 1.6.2 --- README.rst | 2 +- setup.py | 2 +- telemeta/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' -- 2.39.5