We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc0605 commit 0abf9dfCopy full SHA for 0abf9df
CHANGELOG.rst
@@ -1,6 +1,22 @@
1
Changelog
2
=========
3
4
+2.6.0
5
+-----
6
+
7
+New features:
8
+ - Switch from Frosted to PyFlakes
9
10
+Fixed bugs:
11
+ - Fix unimplemented code completion icon types (Jedi 0.9)
12
+ - Improve calltips behaviour
13
+ - Fix custom editor example
14
+ - PyInteractiveConsole: fix traceback regex to work with dotted package
15
+ names (e.g. pyqode.core directory name when installed in development
16
+ mode)
17
+ - Fix a couple of corner cases in autoindent mode
18
+ - Fix quick doc panel colors on Ubuntu
19
20
2.5.0
21
-----
22
pyqode/python/__init__.py
@@ -7,4 +7,4 @@
"""
-__version__ = '2.5.1.dev0'
+__version__ = '2.6.0'
0 commit comments