Skip to content

Commit 0abf9df

Browse files
Update changelog and bump version to 2.6.0
Ready for release
1 parent cdc0605 commit 0abf9df

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

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+
420
2.5.0
521
-----
622

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.5.1.dev0'
10+
__version__ = '2.6.0'

0 commit comments

Comments
 (0)