Mercurial > p > roundup > code
comparison roundup/__init__.py @ 8179:53afc3ffd4a2
chore: bump version to 2.5.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 08 Dec 2024 09:11:53 -0500 |
| parents | 9937b95a638a |
| children | 3bf6ad421347 |
comparison
equal
deleted
inserted
replaced
| 8178:a73c88154a68 | 8179:53afc3ffd4a2 |
|---|---|
| 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.4.0' | 70 __version__ = '2.5.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 |
