Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29430
Modified Files:
version.py
Log Message:
version 0.3.2
Index: version.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/version.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** version.py 24 Jun 2007 13:11:27 -0000 1.6
--- version.py 16 Dec 2007 07:53:15 -0000 1.7
***************
*** 7,12 ****
# wouldn't datetime.date object be better?
! __version__ = "0.3.1"
! __date__ = "2007-06-24"
__all__ = ["__version__", "__date__"]
--- 7,12 ----
# wouldn't datetime.date object be better?
! __version__ = "0.3.2"
! __date__ = "2007-12-16"
__all__ = ["__version__", "__date__"]
|