Bump version to 1.9

Update changelog

fixes #10
This commit is contained in:
ColinDuquesnoy 2014-03-21 13:26:41 +01:00
parent 1c250a3067
commit a2b159a1c6
2 changed files with 3 additions and 1 deletions

View File

@ -112,6 +112,8 @@ request.
Changelog
===========
```
* 1.9:
- Improve QTabBar consistency and make selected tabs more distinctive
* 1.8:
- Add support for QToolBox
- Fix issue with grid line in QTableView if there is only ONE row/column

View File

@ -31,7 +31,7 @@ with the correct rc file.
import os
__version__ = "1.8"
__version__ = "1.9"
def load_stylesheet(pyside=True):