Mercurial > p > roundup > code
comparison roundup/__init__.py @ 4270:ffc6fa77e551 1.4.10
- everything needed for release
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 09 Oct 2009 16:06:33 +0000 |
| parents | 5e3991670011 |
| children | 4ce71b5480a8 |
comparison
equal
deleted
inserted
replaced
| 4269:ab4563e97d22 | 4270:ffc6fa77e551 |
|---|---|
| 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.9' | 71 __version__ = '1.4.10' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
