Skip to content

Commit

Permalink
Preparing release 8.42.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tisto committed Aug 23, 2023
1 parent ed070e0 commit a6a4be9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ Changelog
.. towncrier release notes start
8.42.1 (2023-08-23)
-------------------

Bug fixes:


- Fix broken relations info. @ksuess (#1673)


Internal:


- Fix test cleanup. @davisagli (#1680)


Documentation:


- Move expansion docs from endpoints to usage, and add a list of all expandable components. Fixes #1677. @stevepiercy (#1678)


8.42.0 (2023-07-17)
-------------------

Expand Down
1 change: 0 additions & 1 deletion news/1673.bugfix

This file was deleted.

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

This file was deleted.

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

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.42.1.dev0"
version = "8.42.1"

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

0 comments on commit a6a4be9

Please sign in to comment.