diff --git a/README.md b/README.md index 3867fe5d8..595f20307 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ request. Changelog =========== ``` +* 1.14: add support for tristate check boxes and for vertical and horizontal lines * 1.13: fix issue with horizontal scrollbar arrows, left and right were inversed. * 1.12: fix minimum size of input widgets (see issue #14) * 1.11: diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 52824f73f..87cecc835 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -32,7 +32,7 @@ import logging import platform -__version__ = "1.13" +__version__ = "1.14" def _logger():