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():