From 1a4f325d55b10541ea94b889cda01e6281ba1689 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 5 May 2021 08:56:33 -0500 Subject: [PATCH] six 1.16.0 --- CHANGES | 4 ++-- six.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index d3ae783d..f3bf6a4a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,8 +3,8 @@ Changelog for six This file lists the changes in each six version. -Development version -------------------- +1.16.0 +------ - Pull request #343, issue #341, pull request #349: Port _SixMetaPathImporter to Python 3.10. diff --git a/six.py b/six.py index 5e7f0ce4..4e15675d 100644 --- a/six.py +++ b/six.py @@ -29,7 +29,7 @@ import types __author__ = "Benjamin Peterson " -__version__ = "1.15.0" +__version__ = "1.16.0" # Useful for very coarse version differentiation.