Mercurial > p > roundup > code
comparison roundup/__init__.py @ 7443:51fc06fabcee 2.3.0b2
Changes for roundup release 2.3.0b2
I missed changing announcements.txt so the b1 release has the 2.2.0
release announcment when I uploaded to test.pipi.org.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 May 2023 19:44:02 -0400 |
| parents | 623502678b97 |
| children | ed2bc951277b |
comparison
equal
deleted
inserted
replaced
| 7442:623502678b97 | 7443:51fc06fabcee |
|---|---|
| 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.3.0b1' | 70 __version__ = '2.3.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 |
