From 896ec52bb1a1f9489cf531bd245c0f6b4c2e2773 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 28 Sep 2017 18:39:46 +0200 Subject: [bug] fix incompatibility with six==1.11.0 add the version of with_metaclass found in six==1.10.0 See https://github.com/SecurityInnovation/PGPy/issues/217 - Resolves: #8672 --- CHANGELOG.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 08bf1a8..34c17be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,15 @@ -0.10.1 - `master`_ +0.10.2 - `master`_ ------------------------------- .. note:: This version is not yet released and is under active development. +0.10.1 - 28 Sep, 2017 ++++++++++++++++++++++++++++++++ + +Bugfixes +~~~~~~~~ +- `#8672