Mercurial > p > roundup > code
comparison roundup/__init__.py @ 4382:bddc72753d91 1.4.14
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 01 Jul 2010 02:20:51 +0000 |
| parents | 13b3155869e0 |
| children | a20d8c1c72cd |
comparison
equal
deleted
inserted
replaced
| 4381:6893b5253dac | 4382:bddc72753d91 |
|---|---|
| 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.5.0' | 71 __version__ = '1.4.14' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
