Skip to content

Commit 91b1b25

Browse files
Bump version to 2.6.4
1 parent 301d415 commit 91b1b25

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22
==========
3+
2.6.4
4+
-----
5+
6+
Fixed bugs:
7+
- fix panels margins not refreshed if panel.setVisible has been called while the editor widget was not visible.
8+
- fix bug with filewatcher on file deleted if the user choose to keep the editor open
39
2.6.3
410
-----
511

pyqode/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
widget, i.e. pyqode.core is a generic code editor widget.
99
"""
1010

11-
__version__ = '2.6.4.dev0'
11+
__version__ = '2.6.4'

0 commit comments

Comments
 (0)