From 83b764dce2ba3fd68189d619614f69f7d0e083f4 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Wed, 1 Oct 2014 10:43:25 +0200 Subject: [PATCH] Prepare v2.3.2 --- CHANGELOG.rst | 16 ++++++++++++++++ doc/source/conf.py | 4 ++-- pyqode/core/__init__.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebca412c..309aebfd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,22 @@ Change Log ========== +2.3.2 +----- + +Fixed bugs: + + - fix occasional crash when closing an editor + - fix restore cursor position: center cursor + - fix useeless rehighlights + +2.3.1 +----- + +Fixed bugs: + + - Fix segfault on windows + 2.3.0 ----- diff --git a/doc/source/conf.py b/doc/source/conf.py index dbee2137..32c752b8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -70,9 +70,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.0' +release = '2.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyqode/core/__init__.py b/pyqode/core/__init__.py index bc71ac16..fec5004e 100644 --- a/pyqode/core/__init__.py +++ b/pyqode/core/__init__.py @@ -23,4 +23,4 @@ """ -__version__ = '2.4.dev' +__version__ = '2.3.2'