Mercurial > p > roundup > code
comparison roundup/__init__.py @ 6225:043a8ffd79ad 2.0.0
Commits for roundup 2.0 release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 Jul 2020 00:30:21 -0400 |
| parents | eb9d00db0923 |
| children | 5296d27ac97c |
comparison
equal
deleted
inserted
replaced
| 6224:3cf5bcf2bb5c | 6225:043a8ffd79ad |
|---|---|
| 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.0.0beta0' | 70 __version__ = '2.0.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 |
