Mercurial > p > roundup > code
comparison roundup/__init__.py @ 6439:5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
Also spellcheck CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Jun 2021 14:48:29 -0400 |
| parents | 043a8ffd79ad |
| children | cbc18a8bc61f |
comparison
equal
deleted
inserted
replaced
| 6438:b671ed2b49b2 | 6439:5296d27ac97c |
|---|---|
| 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.0' | 70 __version__ = '2.1.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 |
