mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Bump version to 2.3.0 and update changelog
This commit is contained in:
parent
15a0dfd0fc
commit
956ff3c9e7
@ -126,6 +126,9 @@ request.
|
||||
Changelog
|
||||
===========
|
||||
|
||||
* 2.3.0:
|
||||
- Add support for QDateEdit
|
||||
|
||||
* 2.2.2:
|
||||
- Add hover to unselected item in QListView/QTreeView
|
||||
- Fixes for vertical QToolBar, QToolBar Extend Button & QTabWidget's Pane Misalignment
|
||||
|
@ -32,7 +32,7 @@ import logging
|
||||
import platform
|
||||
|
||||
|
||||
__version__ = "2.2.2"
|
||||
__version__ = "2.3.0"
|
||||
|
||||
|
||||
def _logger():
|
||||
|
Loading…
Reference in New Issue
Block a user