remove experiment message on home page, and define new version 0.1.38
authorymh <ymh.work@gmail.com>
Fri, 05 Jul 2019 15:58:28 +0200
changeset 37 7e614ca2431a
parent 36 3715c4a5a2ff
child 38 58f02a3ca6a8
remove experiment message on home page, and define new version
sbin/sync/README.md
src/iconolab_mcc/__init__.py
src/iconolab_mcc/templates/iconolab/home.html
--- a/sbin/sync/README.md	Thu Aug 02 16:26:30 2018 +0200
+++ b/sbin/sync/README.md	Fri Jul 05 15:58:28 2019 +0200
@@ -3,7 +3,7 @@
 Theses scripts uses `fabric` 2.X.
 
   * create a virtualenv
-  * `$ pip install -r resquirements.txt`
+  * `$ pip install -r requirements.txt`
 
 ## Configuration
 
--- a/src/iconolab_mcc/__init__.py	Thu Aug 02 16:26:30 2018 +0200
+++ b/src/iconolab_mcc/__init__.py	Fri Jul 05 15:58:28 2019 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 37, "final", 0)
+VERSION = (0, 1, 38, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
 
--- a/src/iconolab_mcc/templates/iconolab/home.html	Thu Aug 02 16:26:30 2018 +0200
+++ b/src/iconolab_mcc/templates/iconolab/home.html	Fri Jul 05 15:58:28 2019 +0200
@@ -8,11 +8,7 @@
 
 {% block content %}
 <div id="homepage-main">
-  <div class="alert alert-warning" role="alert">
-    <p><strong>Bienvenue sur iconolab. La plateforme
-    est actuellement en cours de développement.</strong></p>
-    <p>Nous entrons en phase d'expérimentation ouverte au grand public. Pour plus d'informations, prière de contacter <a href="mailto:{{ contact }}">{{ contact }}</a>.</p>
-  </div>
+
   <div class="row">
     <div class="col-xs-12">
       <h3>Les collections</h3>