Skip to content

Commit 1ff8f74

Browse files
authored
Merge pull request #3060 from A5rocks/release-0.26.2
Bump version to 0.26.2
2 parents 6fe02c0 + 8c41d8f commit 1ff8f74

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/history.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Release history
55

66
.. towncrier release notes start
77
8+
Trio 0.26.2 (2024-08-08)
9+
------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Remove remaining ``hash`` usage and fix test configuration issue that prevented it from being caught. (`#3053 <https://github.com/python-trio/trio/issues/3053>`__)
15+
16+
817
Trio 0.26.1 (2024-08-05)
918
------------------------
1019

src/trio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and parsed by setuptools
22

3-
__version__ = "0.26.1+dev"
3+
__version__ = "0.26.2+dev"

0 commit comments

Comments
 (0)