Skip to content

Commit

Permalink
Add changelog, bump version for Envisage 7.0.2 release (#567)
Browse files Browse the repository at this point in the history
This PR updates the changelog and version in preparation for a 7.0.2
release.

The ulterior motive is to find out whether our gh-pages documentation
build for releases is working as hoped.
  • Loading branch information
mdickinson authored Apr 3, 2023
1 parent 1d39175 commit 17d2879
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
Release history
=================

Version 7.0.2
=============

Released: 2023-04-03

This is a bugfix release that fixes some test interaction issues and
automates the documentation build.

Fixes
-----
* Fix test-ordering issues with egg-based tests that modify ``pkg_resources``
global state. (#564)

Documentation
-------------
* Reorganise the gh-pages documentation. The main gh-pages page
(https://docs.enthought.com/envisage) now matches the contents of the GitHub
``main`` branch, while subdirectories (e.g.,
https://docs.enthought.com/envisage/7.0) provide documentation for released
versions. A 'latest' symlink is in place, so
https://docs.enthought.com/envisage/latest will bring up the documentation
for the latest release. (#565)

Build
-----
* Add GitHub Actions workflows to automate documentation updates. The main
documentation is updated on every push to ``main``, while the release
documentation is updated on each GitHub release creation. (#565)


Version 7.0.1
=============

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.1'
version = '7.0.2'
description = 'Extensible application framework'
readme = 'README.rst'
requires-python = '>= 3.7'
Expand Down

0 comments on commit 17d2879

Please sign in to comment.