Mercurial > p > roundup > code
comparison roundup/__init__.py @ 8007:75774e89b483
2.4.0b1 release commits
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 May 2024 16:26:55 -0400 |
| parents | 68ad91f5905d |
| children | 301b0988a351 |
comparison
equal
deleted
inserted
replaced
| 8006:3fab26f6089e | 8007:75774e89b483 |
|---|---|
| 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.0b0' | 70 __version__ = '2.4.0b1' |
| 71 | 71 |
| 72 # vim: set filetype=python ts=4 sw=4 et si | 72 # vim: set filetype=python ts=4 sw=4 et si |
