Release 3.8.0a2

This commit is contained in:
Anthony Sottile 2020-04-24 10:58:11 -07:00
parent 6f28112957
commit 0cdc1b9efe
2 changed files with 15 additions and 2 deletions

View file

@ -18,7 +18,7 @@ if False: # `typing.TYPE_CHECKING` was introduced in 3.5.2
LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
__version__ = "3.8.0a1"
__version__ = "3.8.0a2"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)