From a81b3f62ea0b867bd83950a21db932c12dbef232 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Sun, 28 Jun 2015 14:20:33 +0200 Subject: [PATCH] Update change log and bump version to 2.1 --- README.md | 4 ++++ qdarkstyle/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aa5bc08e..f362036d8 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ request. Changelog =========== +* 2.1: + - Add style for QPushButton:checked + - Improve QCheckBox and QRadioButton style + - Add style for QMenu::right-arrow * 2.0: Improve stylesheet to make it look a bit more modern (see pull request #25) * 1.16: fix QGroupBox title padding (see issue #20) * 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 41edf21d6..795bdd0ac 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -32,7 +32,7 @@ import logging import platform -__version__ = "2.1.dev0" +__version__ = "2.1" def _logger():