diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 6f941acf6..e4ffedf62 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -1,3 +1,22 @@ +Mayavi 4.7.3 +============ + +This is a small bug fix release mainly concerned with compatability with Traits +6.2.0 and soon to be release TraitsUI 7.2.0. + +Fixes +----- + +10 Dec 2021 `#983 `_ (larsoner) + - MAINT: Support Python 3.9 + +06 May 2021 `#1030 `_ (aaronayres35) + - import from pyface.image not traitsui.image + +06 May 2021 `#1035 `_ (aaronayres35) + - Pass a value in appropriate range to avoid failure + + Mayavi 4.7.2 ============ diff --git a/mayavi/__init__.py b/mayavi/__init__.py index 46ca95203..1da9d33eb 100644 --- a/mayavi/__init__.py +++ b/mayavi/__init__.py @@ -5,7 +5,7 @@ Part of the Mayavi project of the Enthought Tool Suite. """ -__version__ = '4.7.3.dev0' +__version__ = '4.7.3' __requires__ = [ 'apptools',