changeset 54:0304e7e8d155

fix __updated__ date
author Amine SEHILI <amine.sehili@gmail.com>
date Fri, 11 Mar 2016 22:49:37 +0100
parents 9d626b6dda24
children 72ca5ca24e3b 7d282c03323b fec5a439eb66
files auditok/cmdline.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auditok/cmdline.py	Fri Mar 11 09:49:21 2016 +0100
+++ b/auditok/cmdline.py	Fri Mar 11 22:49:37 2016 +0100
@@ -52,7 +52,7 @@
 __all__ = []
 __version__ = version
 __date__ = '2015-11-23'
-__updated__ = '2015-12-02'
+__updated__ = '2015-03-11'
 
 DEBUG = 0
 TESTRUN = 1