You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# History of changes
2
2
3
+
## Version 1.9.0 (2019-07-23)
4
+
5
+
### New features
6
+
7
+
* Add the FORCE_QT_API environment variable to keep using the Qt
8
+
bindings selected with the QT_API variable and avoid switching
9
+
to the currently imported bindings. This allows to have
10
+
applications that import PySide and PyQt bindings at the same
11
+
time (which is possible if both bindings are compiled for the
12
+
same Qt version).
13
+
14
+
### Issues Closed
15
+
16
+
*[Issue 195](https://github.com/spyder-ide/qtpy/issues/195) - Errors in the Qt3D modules with PySide2 5.12.4+ and Python 2 ([PR 196](https://github.com/spyder-ide/qtpy/pull/196))
0 commit comments