Release v2.2.8

This commit is contained in:
grossmj
2020-05-07 18:10:57 +09:30
parent 9032fd2a5c
commit dadbacd8a4
3 changed files with 20 additions and 3 deletions

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.8dev1"
__version_info__ = (2, 2, 8, 99)
__version__ = "2.2.8"
__version_info__ = (2, 2, 8, 0)
if "dev" in __version__:
try: