summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-17 11:25:56 -0700
committerBenjamin Peterson <benjamin@python.org>2017-09-17 11:40:03 -0700
commit15e31431af97e5e64b80af0a3f598d382bcdd49a (patch)
tree8e4fbf54f1cbe704f93cec39bdf17b067599249d /CHANGES
parenta55f1f727d8ae0387ed3fd5341ce141458038753 (diff)
downloadsix-git-15e31431af97e5e64b80af0a3f598d382bcdd49a.tar.gz
six 1.11.01.11.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 188fe0a..b399882 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,8 @@ Changelog for six
This file lists the changes in each six version.
-Development version
--------------------
+1.11.0
+------
- Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the
underlying metaclass.