Release 3.9.2

This commit is contained in:
Anthony Sottile 2021-05-08 12:51:11 -07:00
parent c428c55503
commit c6e0d27593
3 changed files with 23 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.9.1"
__version__ = "3.9.2"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)