From 913ecba3e3909cdf88592c46ad41843f2217e17b Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Sun, 2 Aug 2015 16:15:04 +0200 Subject: [PATCH] Update changelog and bump version to 2.6.7 --- CHANGELOG.rst | 8 ++++++++ pyqode/core/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a959e25a..1e1c5600 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Change Log ========== +2.6.7 +----- + +Fixed bugs: + +- fix TypeError in FileSystemHelper with PyQt5.5 +- fix blank file icons with PyQt5.5 + 2.6.6 ----- diff --git a/pyqode/core/__init__.py b/pyqode/core/__init__.py index 79d35eda..f81c77b0 100644 --- a/pyqode/core/__init__.py +++ b/pyqode/core/__init__.py @@ -8,4 +8,4 @@ widget, i.e. pyqode.core is a generic code editor widget. """ -__version__ = '2.6.6' +__version__ = '2.6.7'