From 397a1ddfd0c421c43697219a98f20c8fe31486c1 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Thu, 8 Nov 2018 15:09:18 -0200 Subject: [PATCH] Update version and changes --- CHANGES.md | 5 +++++ qdarkstyle/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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']