Release 3.7.8

This commit is contained in:
Anthony Sottile 2019-07-08 11:21:04 -07:00
parent f41e87bf37
commit aa792d2930
3 changed files with 43 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.7"
__version__ = "3.7.8"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)