Skip to content

Commit 39da062

Browse files
Bump version to 2.5.0 and update changelog
1 parent 486de77 commit 39da062

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
2.5.0
5+
-----
6+
7+
New features:
8+
- Unified API for document outline (see pyQode/pyQode#24)
9+
10+
Fixed bugs:
11+
- fix a bug with interpreter selection in the pynotepad example (see pyQode/pyQode#25)
12+
413
2.4.2
514
-----
615

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.0.dev0'
10+
__version__ = '2.5.0'

0 commit comments

Comments
 (0)