From c92d0c4c996e3e859134492e0f9f7f74bd0e12cd Mon Sep 17 00:00:00 2001 From: dpizetta Date: Sat, 1 Jun 2019 16:40:44 -0300 Subject: [PATCH] Update version and changes --- CHANGES.md | 18 ++++++++++++++++++ qdarkstyle/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 78a8e4ff..62bc6e6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,23 @@ # Changelog +- 2.7: + - Remove utils from import in qdarkstyle, #170 + - Fix border colors in tool button #176 + - Fix scroll area and stacked with 2px padding, #159 + - Fix backgroung submenu color, #179 + - Fix extra border aside header's arrow indicator, #180 + - Fix menu right arrrow indicator + - Fix slide bars colors, #150 + - Fix QLabels problems, #163, #139 + - Fix problems with example settings using PySide2 and --no_dark #167 + - Provide SVG files for all images, standard names and sizes, fix images, #149 + - Improve images and add high resolution images, #140 + - Improve docs + - Add check to scripts for generating images, #137 + - Fix tox and travis scripts #76 + - Provide docs in RTD, part of #160 + - Add helpdev depedency for reports and checks, #147 + - Update authors and maintainers - 2.6.8: - Fix double border in QtabWidget for pyqt5 - Fix widgets border in QTabWidget as QLabel #141, #123, #126 diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index e60876f2..3072fb48 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -59,7 +59,7 @@ if sys.version_info >= (3, 4): import importlib -__version__ = "2.6.8" +__version__ = "2.7" # Constants