Skip to content

Commit

Permalink
Preparing release 8.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Jun 30, 2023
1 parent e8105b1 commit a367589
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ Changelog
.. towncrier release notes start
8.41.0 (2023-06-29)
-------------------

New features:


- Add `visit_blocks` util for finding all nested blocks. @davisagli (#1648)


Bug fixes:


- Fix path2uid method, to handle suffix with non-traversable objects. @cekk @mamico (#1649)


Internal:


- Allow GHA tests to run on PRs from forks. @Akshat2Jain (#1656)


Documentation:


- Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy (#1663)


8.40.0 (2023-06-06)
-------------------

Expand Down
1 change: 0 additions & 1 deletion news/1648.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/1649.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1656.internal

This file was deleted.

1 change: 0 additions & 1 deletion news/1663.documentation

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


version = "8.40.1.dev0"
version = "8.41.0"

if sys.version_info.major == 2:
raise ValueError(
Expand Down

0 comments on commit a367589

Please sign in to comment.