Skip to content

Commit

Permalink
Prepare v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Oct 1, 2014
1 parent c3a8bd8 commit 83b764d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyqode/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""

__version__ = '2.4.dev'
__version__ = '2.3.2'

0 comments on commit 83b764d

Please sign in to comment.