diff --git a/CHANGES.md b/CHANGES.md index 0624e1d76..4c4e02ee9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 93cff9780..a080a8f7b 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -58,7 +58,7 @@ import platform import sys import warnings -__version__ = "2.6.1" +__version__ = "2.6.2" QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2']