Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25530
Modified Files:
version.py
Log Message:
version 0.4.0
Index: version.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/version.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** version.py 22 Dec 2007 17:54:54 -0000 1.8
--- version.py 22 Jul 2010 06:08:19 -0000 1.9
***************
*** 7,12 ****
# wouldn't datetime.date object be better?
! __version__ = "0.3.3"
! __date__ = "2007-12-22"
__all__ = ["__version__", "__date__"]
--- 7,12 ----
# wouldn't datetime.date object be better?
! __version__ = "0.4.0"
! __date__ = "2010-07-22"
__all__ = ["__version__", "__date__"]
|