Skip to content

Commit 0c02d0b

Browse files
authored
Bump version, update changelog for Envisage 7.0.4 (#586)
This PR bumps the package version and updates the changelog in preparation for a 7.0.4 bugfix release. @flongford Would you have bandwidth to review?
1 parent 31d9d0d commit 0c02d0b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGES.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22
Release history
33
=================
44

5+
Version 7.0.4
6+
=============
7+
8+
Release: 2025-04-25
9+
10+
This is a bugfix release.
11+
12+
Fixes
13+
-----
14+
* Fix a situation where preferences were incorrectly written by
15+
the ``PreferencesPane`` before changes were approved. (#583)
16+
* Add a name attribute to the ``EventManagerPlugin``. (#571)
17+
18+
Build
19+
-----
20+
* Update copyright header end years for 2024, 2025. (#572, #589)
21+
* Add dependendabot config for GitHub Actions; bump individual
22+
actions to their latest versions. (#573, #575, #576, #577, #579, #581, #588)
23+
* Remove Slack notifications, which were using an outdated
24+
and unmaintained GitHub Action. (#580)
25+
* Require apptools 5.3 or later and Python 3.8 or later. (#584)
26+
* Update black to version 24.3.0 to address a ReDoS
27+
vulnerability in earlier versions. (#585)
28+
29+
Tests
30+
-----
31+
* Remove skip decorator on some PySide6-related tests. (#587)
32+
33+
Documentation
34+
-------------
35+
* Remove the ``sphinx.ext.githubpages`` extension. (#566)
36+
537
Version 7.0.3
638
=============
739

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'envisage'
7-
version = '7.0.3'
7+
version = '7.0.4'
88
description = 'Extensible application framework'
99
readme = 'README.rst'
1010
requires-python = '>= 3.8'

0 commit comments

Comments
 (0)