Skip to content

Commit

Permalink
Release 7.4.2 (#1957)
Browse files Browse the repository at this point in the history
* Update changelog.

* Bump version number and release.
  • Loading branch information
corranwebster committed Nov 4, 2022
1 parent d12f6ad commit f4c744f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Traits UI Changelog
===================

Release 7.4.2
-------------

This is a small bug fix release which resolves a couple of bugs in the
RangeEditor and TreeEditor. It also pins the PySide6 version to < 6.4.0 due
to incompatibilities with the new enum system, which should improve the install
experience.

Thanks To
---------

* Aaron Ayres
* hopeful0
* Corran Webster

Fixes
-----

* Fix RangeTextEditor handling of None for low/high (#1950)
* Pin PySide6 to < 6.4 (#1951)
* Fix issues with shared "New" context menu in TreeEditor (#1953)

Release 7.4.1
-------------

Expand Down
1 change: 0 additions & 1 deletion docs/releases/upcoming/1950.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/releases/upcoming/1951.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/releases/upcoming/1953.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# into the package source.
MAJOR = 7
MINOR = 4
MICRO = 1
MICRO = 2
PRERELEASE = ""
IS_RELEASED = True

Expand Down

0 comments on commit f4c744f

Please sign in to comment.