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