Skip to content

Commit

Permalink
Update changelog and bump version to 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Aug 2, 2015
1 parent 21df190 commit 913ecba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion pyqode/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
widget, i.e. pyqode.core is a generic code editor widget.
"""

__version__ = '2.6.6'
__version__ = '2.6.7'

0 comments on commit 913ecba

Please sign in to comment.