Update color in images

This commit is contained in:
dpizetta
2019-05-01 17:22:35 -03:00
parent 2f333e4f9c
commit 7ee62acbfc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,4 +1,9 @@
# Changelog
- 2.6.8:
- Update color from images, fix #127
- Add retina resolution @2x, fix #140
- Intermediate version before merge PR #142 adding scripts
- 2.6.7:
- Fix combobox indicator and padding #132
- Fix PyQtGraph plot axes covered by padding #134
+1 -1
View File
@@ -55,7 +55,7 @@ import copy
if sys.version_info >= (3, 4):
import importlib
__version__ = "2.6.7"
__version__ = "2.6.8"
QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2']