Skip to content

Commit 2f596b9

Browse files
Bump version to 2.6.2 and update changelog
1 parent 795ca5f commit 2f596b9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changelog
22
=========
3+
2.6.2
4+
-----
5+
6+
Improve linux icon theme integration (will use code-xxx icons for code
7+
completion icons and outline widget)
8+
9+
Fix a few issues in the pynotepad example and add a freeze_setup that works
10+
with python3 and PyQt5 (but not yet with python2 and PySide).
11+
312
2.6.1
413
-----
514
New features/improvements:
@@ -194,13 +203,13 @@ Fixed bugs:
194203

195204
New features:
196205
- add the following new modes:
197-
206+
198207
- PyAutoCompleteMode
199208
- CommentsMode
200209
- DocumentAnalyserMode
201210
- GoToAssignmentsMode
202211
- add the following new panels:
203-
212+
204213
- QuickDocPanel
205214
- SymbolBrowserPanel
206215
- CodeCompletion: provides method to interact with the subprocess interpreter

pyqode/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
88
"""
99

10-
__version__ = '2.6.2.dev1'
10+
__version__ = '2.6.2'

0 commit comments

Comments
 (0)