Skip to content

Commit dc53476

Browse files
committed
release 4.7.0
1 parent bf61092 commit dc53476

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.7.0 (2023-08-08)
8+
-------------------
9+
10+
Features - 4.7.0
11+
~~~~~~~~~~~~~~~~
12+
- Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`.
13+
The main motivation for this is to able to set the hash seed when building the
14+
documentation with "tox -e docs", and thus avoid embedding a random value in
15+
the tox documentation for --help. This caused documentation builds to fail to
16+
build reproducibly. (:issue:`2942`)
17+
18+
Bugfixes - 4.7.0
19+
~~~~~~~~~~~~~~~~
20+
- Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue:`3065`)
21+
22+
Improved Documentation - 4.7.0
23+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
- Fix broken links - by :user:`gaborbernat`. (:issue:`3072`)
25+
26+
727
v4.6.4 (2023-07-06)
828
-------------------
929

docs/changelog/2942.feature.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/3065.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3072.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)