mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-23 03:29:43 -04:00
Bump version to 1.12 and update changelog
This commit is contained in:
parent
0966b8a247
commit
16ad505ad6
@ -1,7 +1,6 @@
|
||||
QDarkStylesheet
|
||||
==================
|
||||
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
[](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet)
|
||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||
[](https://pypi.python.org/pypi/QDarkStyle)
|
||||
@ -116,6 +115,7 @@ request.
|
||||
Changelog
|
||||
===========
|
||||
```
|
||||
* 1.12: fix minimum size of input widgets (see issue #14)
|
||||
* 1.11:
|
||||
- Fix QDockWidget title position on Mac.
|
||||
- Add QStatusBar support
|
||||
|
@ -32,7 +32,7 @@ import logging
|
||||
import platform
|
||||
|
||||
|
||||
__version__ = "1.11"
|
||||
__version__ = "1.12"
|
||||
|
||||
|
||||
def _logger():
|
||||
|
Loading…
Reference in New Issue
Block a user