Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed May 13, 2017
1 parent 8e0899e commit b328e32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion qdarkstyle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import platform


__version__ = "2.3.0"
__version__ = "2.3.1"


def _logger():
Expand Down

0 comments on commit b328e32

Please sign in to comment.