Bump version to 2.2.2 and update changelog

This commit is contained in:
Colin Duquesnoy 2016-11-20 17:44:59 +01:00
parent fcc806e029
commit 9a9f9b29e4
2 changed files with 6 additions and 1 deletions

View File

@ -126,6 +126,11 @@ request.
Changelog
===========
* 2.2.2:
- Add hover to unselected item in QListView/QTreeView
- Fixes for vertical QToolBar, QToolBar Extend Button & QTabWidget's Pane Misalignment
- Fixed consistency of QTabBar depending on position
* 2.2.1:
- remove border of status bar widgets

View File

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