--- a/src/egonomy/__init__.py Tue Feb 25 18:46:38 2014 +0100
+++ b/src/egonomy/__init__.py Wed Mar 05 14:33:20 2014 +0100
@@ -1,4 +1,4 @@
-VERSION = (0, 8, 5, "final", 1)
+VERSION = (0, 8, 6, "final", 1)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/src/egonomy/templates/egonomy_create_fragment.html Tue Feb 25 18:46:38 2014 +0100
+++ b/src/egonomy/templates/egonomy_create_fragment.html Wed Mar 05 14:33:20 2014 +0100
@@ -103,10 +103,10 @@
</ul>
</td>
</tr>
- <tr>
+ <!--tr>
<th class="va-top">{% trans "Senseetive keywords" %} :</th>
<td id="senseetive_holder"><p id="senseetive_click" class="btn inactive">{% trans 'Request keywords from Senseetive API' %}</p></td>
- </tr>
+ </tr-->
</table>
<div class="buttons f-right">
<input class="btn" type="submit" value="{% trans 'Save the fragment' %}">