From 1ec8083eca8e624e449aca74cefe903f76855f3e Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 15 Nov 2010 23:02:11 +0100 Subject: Release 2.3. This version introduces HTML5 Forms Validation and a HTML5 month+year date picker (for the history page) in order to search for articles historically. (for the moment only works with Opera :-( --- pyAggr3g470r.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 2a078172..0069d81a 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -20,8 +20,8 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 2.2 $" -__date__ = "$Date: 2010/11/03 $" +__version__ = "$Revision: 2.3 $" +__date__ = "$Date: 2010/11/15 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" @@ -1175,4 +1175,4 @@ if __name__ == '__main__': thread_watch_base = threading.Thread(None, root.watch_base_classic, None, ()) thread_watch_base.setDaemon(True) thread_watch_base.start() - cherrypy.quickstart(root, config=path) \ No newline at end of file + cherrypy.quickstart(root, config=path) -- cgit