Bump version and update changelog

This commit is contained in:
ColinDuquesnoy 2014-12-16 17:44:00 +01:00
parent 88b0e0576c
commit 68c9e31777
2 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ request.
Changelog
===========
```
* 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:
- Fix QDockWidget title position on Mac.

View File

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