diff --git a/README.md b/README.md index b8a6f510e..420cbf2ba 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ request. Changelog =========== ``` +* 1.11: + - Fix QDockWidget title position on Mac. + - Add QStatusBar support + - Improve QToolButton especially the MenuButtonPopup and InstantPopup modes * 1.10: - Add PyQt5 support - Fix bug #12 (dock widget title not dark on OSX. Note that this reopens diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index d7ced27d4..9d3ff8c29 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -32,7 +32,7 @@ import logging import platform -__version__ = "1.10" +__version__ = "1.11" def _logger():