release: 3.1.2

This commit is contained in:
Erik Wrede 2022-12-09 10:46:24 +01:00 committed by GitHub
parent a141e848c3
commit 8596349405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ from .types import (
from .utils.module_loading import lazy_import
from .utils.resolve_only_args import resolve_only_args
VERSION = (3, 1, 1, "final", 0)
VERSION = (3, 1, 2, "final", 0)
__version__ = get_version(VERSION)