mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-19 09:49:37 -04:00
Update version and changes
This commit is contained in:
parent
e15148b5c9
commit
397a1ddfd0
@ -1,4 +1,9 @@
|
||||
# Changelog
|
||||
- 2.6.2:
|
||||
- Enhance command link button
|
||||
- Enhance tab colors and spacing, closes #118
|
||||
- Start using tox, helping partially #77
|
||||
- Fix example and other scripts issues
|
||||
- 2.6.1:
|
||||
- Fix and improve QSplitter and separators from tool bar and windows #115
|
||||
- Fix README version screenshots and update them
|
||||
|
@ -58,7 +58,7 @@ import platform
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
__version__ = "2.6.1"
|
||||
__version__ = "2.6.2"
|
||||
|
||||
|
||||
QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2']
|
||||
|
Loading…
Reference in New Issue
Block a user