Mercurial > p > roundup > code
comparison roundup/__init__.py @ 6679:358dda66e806
bump version to 2.2.0a0
Make sure the current code isn't deployed claiming its 2.1.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 17 May 2022 14:06:42 -0400 |
| parents | cbc18a8bc61f |
| children | b3ba03d2b214 |
comparison
equal
deleted
inserted
replaced
| 6678:fe0408e7d15c | 6679:358dda66e806 |
|---|---|
| 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.1.0' | 70 __version__ = '2.2.0a0' |
| 71 | 71 |
| 72 # vim: set filetype=python ts=4 sw=4 et si | 72 # vim: set filetype=python ts=4 sw=4 et si |
