Mercurial > p > roundup > code
comparison roundup/__init__.py @ 8013:301b0988a351
2.4.0b2 release updates
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 May 2024 22:47:08 -0400 |
| parents | 75774e89b483 |
| children | 9937b95a638a |
comparison
equal
deleted
inserted
replaced
| 8012:a0ca6b6a8cea | 8013:301b0988a351 |
|---|---|
| 65 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a | 65 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a |
| 66 much prettier cake :) | 66 much prettier cake :) |
| 67 ''' | 67 ''' |
| 68 __docformat__ = 'restructuredtext' | 68 __docformat__ = 'restructuredtext' |
| 69 | 69 |
| 70 __version__ = '2.4.0b1' | 70 __version__ = '2.4.0b2' |
| 71 | 71 |
| 72 # vim: set filetype=python ts=4 sw=4 et si | 72 # vim: set filetype=python ts=4 sw=4 et si |
