Release 3.8.0.a1

This commit is contained in:
Anthony Sottile 2020-04-23 20:41:58 -07:00
parent 7319beabc2
commit 2cb1c65c99
3 changed files with 181 additions and 1 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.7.9"
__version__ = "3.8.0a1"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)