From d1158960b7215aab2832f3dd85a387f993c03848 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Sun, 28 Jun 2015 14:13:17 +0200 Subject: [PATCH] Update change log and bump version to 2.6.6 --- CHANGELOG.rst | 11 +++++++++++ pyqode/core/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index adeecf77..a959e25a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,16 @@ Change Log ========== +2.6.6 +----- + +Fixed bugs: + - FSTreeView: fix bug with cut of directories + - SplittableCodeEditTabWidget: fix keep unique tab text on save + - FileManager: fix bug in clean text when text is empty + - FileManager: fix log level of unwanted/parasiting info messages + - FileManager: don't save file if editor is not dirty and encoding has not changed + - Folding: fix issue with deleting folded scope. + 2.6.5 ----- diff --git a/pyqode/core/__init__.py b/pyqode/core/__init__.py index 792fb0ed..79d35eda 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.dev1' +__version__ = '2.6.6'