Update change log and bump version to 2.1

This commit is contained in:
ColinDuquesnoy 2015-06-28 14:20:33 +02:00
parent c86f6b1437
commit a81b3f62ea
2 changed files with 5 additions and 1 deletions

View File

@ -126,6 +126,10 @@ request.
Changelog Changelog
=========== ===========
* 2.1:
- Add style for QPushButton:checked
- Improve QCheckBox and QRadioButton style
- Add style for QMenu::right-arrow
* 2.0: Improve stylesheet to make it look a bit more modern (see pull request #25) * 2.0: Improve stylesheet to make it look a bit more modern (see pull request #25)
* 1.16: fix QGroupBox title padding (see issue #20) * 1.16: fix QGroupBox title padding (see issue #20)
* 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash * 1.15: improve tristate checkbox graphics: undetermined state is now represented by a dash

View File

@ -32,7 +32,7 @@ import logging
import platform import platform
__version__ = "2.1.dev0" __version__ = "2.1"
def _logger(): def _logger():