Mercurial > p > roundup > code
comparison roundup/__init__.py @ 4309:4ce71b5480a8 1.4.11
release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 21 Dec 2009 02:47:57 +0000 |
| parents | ffc6fa77e551 |
| children | e2be38b52d4d |
comparison
equal
deleted
inserted
replaced
| 4308:b30bdfae4461 | 4309:4ce71b5480a8 |
|---|---|
| 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.10' | 71 __version__ = '1.4.11' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
