Skip to content

Commit

Permalink
Update version and changes for 4.7.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronayres35 committed May 7, 2021
1 parent f6e3d57 commit 065d39d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/enthought/mayavi/pull/983>`_ (larsoner)
- MAINT: Support Python 3.9

06 May 2021 `#1030 <https://github.com/enthought/mayavi/pull/1030>`_ (aaronayres35)
- import from pyface.image not traitsui.image

06 May 2021 `#1035 <https://github.com/enthought/mayavi/pull/1035>`_ (aaronayres35)
- Pass a value in appropriate range to avoid failure


Mayavi 4.7.2
============

Expand Down
2 changes: 1 addition & 1 deletion mayavi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 065d39d

Please sign in to comment.