Mercurial > p > roundup > code
comparison roundup/__init__.py @ 6782:a1868fe784d0
Changes for release 2.2.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 12 Jul 2022 23:18:19 -0400 |
| parents | b3ba03d2b214 |
| children | 623502678b97 |
comparison
equal
deleted
inserted
replaced
| 6781:b3d4b25b4922 | 6782:a1868fe784d0 |
|---|---|
| 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.2.0b1' | 70 __version__ = '2.2.0' |
| 71 | 71 |
| 72 # vim: set filetype=python ts=4 sw=4 et si | 72 # vim: set filetype=python ts=4 sw=4 et si |
