Update version and changes

This commit is contained in:
Daniel Pizetta 2018-11-08 15:09:18 -02:00
parent e15148b5c9
commit 397a1ddfd0
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# Changelog
- 2.6.2:
- Enhance command link button
- Enhance tab colors and spacing, closes #118
- Start using tox, helping partially #77
- Fix example and other scripts issues
- 2.6.1:
- Fix and improve QSplitter and separators from tool bar and windows #115
- Fix README version screenshots and update them

View File

@ -58,7 +58,7 @@ import platform
import sys
import warnings
__version__ = "2.6.1"
__version__ = "2.6.2"
QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2']