Mercurial > p > roundup > code
comparison roundup/__init__.py @ 4494:41ea7d838c82
release preparation
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 13 May 2011 07:56:45 +0000 |
| parents | 1fd51bdf6054 |
| children | 431bf4e7d3d7 |
comparison
equal
deleted
inserted
replaced
| 4493:97b6ff11571b | 4494:41ea7d838c82 |
|---|---|
| 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.16' | 71 __version__ = '1.4.17' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
