Bump version to 1.11

This commit is contained in:
ColinDuquesnoy 2014-05-30 00:05:01 +02:00
parent dad9a69c1a
commit ae957e56b5
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -32,7 +32,7 @@ import logging
import platform
__version__ = "1.10"
__version__ = "1.11"
def _logger():