Skip to content

Commit 223e4f4

Browse files
authored
Merge pull request #3056 from A5rocks/release-0.26.1
Bump version to 0.26.1
2 parents 3a4f7bd + abd193c commit 223e4f4

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
8+
Trio 0.26.1 (2024-08-05)
9+
------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Switched ``attrs`` usage off of ``hash``, which is now deprecated. (`#3053 <https://github.com/python-trio/trio/issues/3053>`__)
15+
16+
17+
Miscellaneous internal changes
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Use PyPI's Trusted Publishers to make releases. (`#2980 <https://github.com/python-trio/trio/issues/2980>`__)
21+
22+
823
Trio 0.26.0 (2024-07-05)
924
------------------------
1025

newsfragments/2980.misc.rst

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

newsfragments/3053.bugfix.rst

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

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.0+dev"
3+
__version__ = "0.26.1+dev"

0 commit comments

Comments
 (0)