Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version, update changelog for Envisage 7.0.4 #586

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Release history
=================

Version 7.0.4
=============

Release: 2023-09-06

This is a bugfix release.

Fixes
-----
* Fix a situation where preferences were incorrectly written by
the ``PreferencesPane`` before changes were approved. (#583)
* Add a name attribute to the ``EventManagerPlugin``. (#571)

Build
-----
* Update copyright header end years for 2024. (#572)
* Add dependendabot config for GitHub Actions; bump individual
actions to their latest versions. (#573, #575, #576, #577, #579, #581)
* Remove Slack notifications, which were using an outdated
and unmaintained GitHub Action. (#580)
* Require apptools 5.3 or later and Python 3.8 or later. (#584)
* Update black to version 24.3.0 to address a ReDoS
vulnerability in earlier versions. (#585)

Documentation
-------------
* Remove the ``sphinx.ext.githubpages`` extension. (#566)

Version 7.0.3
=============

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'envisage'
version = '7.0.3'
version = '7.0.4'
description = 'Extensible application framework'
readme = 'README.rst'
requires-python = '>= 3.8'
Expand Down