Mercurial > p > roundup > code
comparison roundup/__init__.py @ 4432:1fd51bdf6054
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2010 00:46:08 +0000 |
| parents | a20d8c1c72cd |
| children | 41ea7d838c82 |
comparison
equal
deleted
inserted
replaced
| 4431:9b619dcb030a | 4432:1fd51bdf6054 |
|---|---|
| 66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a | 66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a |
| 67 much prettier cake :) | 67 much prettier cake :) |
| 68 ''' | 68 ''' |
| 69 __docformat__ = 'restructuredtext' | 69 __docformat__ = 'restructuredtext' |
| 70 | 70 |
| 71 __version__ = '1.4.15' | 71 __version__ = '1.4.16' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
