summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2021-05-05 08:56:33 -0500
committerBenjamin Peterson <benjamin@python.org>2021-05-05 08:56:33 -0500
commit1a4f325d55b10541ea94b889cda01e6281ba1689 (patch)
tree0406f26fa378d6b6bb868e722095e67b814f6e2f
parent64601c7c016227aad81855031d88edb5cba17799 (diff)
downloadsix-git-1a4f325d55b10541ea94b889cda01e6281ba1689.tar.gz
six 1.16.0
-rw-r--r--CHANGES4
-rw-r--r--six.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d3ae783..f3bf6a4 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 5e7f0ce..4e15675 100644
--- a/six.py
+++ b/six.py
@@ -29,7 +29,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.15.0"
+__version__ = "1.16.0"
# Useful for very coarse version differentiation.