Skip to content

Commit 4597690

Browse files
committed
Release v2.1.0.
1 parent e51aaaf commit 4597690

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: history/2.1.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Support ``PyQt6``, ``PySide2`` or ``PySide6`` derived `QtFigure` as well as
2+
``PyQt5``.

Diff for: vtkplotlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '2.0.0'
2+
__version__ = '2.1.0'
33
__version_info__ = tuple(map(int, __version__.split(".")))

0 commit comments

Comments
 (0)