Skip to content

Commit 52032a3

Browse files
Update changelog and bump version to 2.6.3
1 parent 664240c commit 52032a3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ before_install:
2323
install:
2424
- sudo apt-get install -qq python-qt4 --fix-missing
2525
- sudo apt-get install -qq python3-pyqt4 --fix-missing
26-
- pip install --quiet git+https://github.com/pyQode/pyqode.qt.git@dev
27-
- pip install --quiet git+https://github.com/pyQode/pyqode.core.git@dev
26+
- pip install --quiet git+https://github.com/pyQode/pyqode.qt.git@master
27+
- pip install --quiet git+https://github.com/pyQode/pyqode.core.git@master
2828
script:
2929
- pip install --quiet .
3030
- if [ $QT_API ]; then

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
2.6.3
4+
-----
5+
New features:
6+
- add a freeze script that works with pyside to the pynotepad example
7+
8+
Fixed bugs:
9+
- ignore PEP8 warnings: 'W291', 'W292', 'W293', 'W391'.
10+
Those warnings are meaningless since pyqode will now clean trailing white spaces and ensure a single unique
11+
blank line at the end of the file when it saves content to disk.
12+
313
2.6.2
414
-----
515

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.3.dev2'
10+
__version__ = '2.6.3'

0 commit comments

Comments
 (0)