We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51aaaf commit 4597690Copy full SHA for 4597690
history/2.1.0.rst
@@ -0,0 +1,2 @@
1
+* Support ``PyQt6``, ``PySide2`` or ``PySide6`` derived `QtFigure` as well as
2
+ ``PyQt5``.
vtkplotlib/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '2.0.0'
+__version__ = '2.1.0'
3
__version_info__ = tuple(map(int, __version__.split(".")))
0 commit comments