Bump version to 2.3.1

This commit is contained in:
Colin Duquesnoy 2017-05-13 13:26:33 +02:00
parent 8e0899eb0a
commit b328e32b36
2 changed files with 8 additions and 1 deletions

View File

@ -130,6 +130,13 @@ request.
Changelog
=========
* 2.3.1:
- Improve checkbox color (use accent color used in other widgets) and darken view hover/selected colors to play nicer with other widget colors
- Shift to the right the first tab
- Update license year
- Update README.md (fix snapshots links and formatting)
- Removed QLineEdit top/bottom padding which cut off text while editing QListView items
* 2.3.0:
- Add support for QDateEdit

View File

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