Skip to content

Commit 3073f0c

Browse files
committed
Bump version to 0.33.0
1 parent c21654b commit 3073f0c

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.33.0 (2026-02-14)
9+
------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Start supporting Android's new ``"android"`` `sys.platform`. (`#3357 <https://github.com/python-trio/trio/issues/3357>`__)
15+
16+
17+
Deprecations and removals
18+
~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Both :class:`trio.testing.RaisesGroup` and :class:`trio.testing.Matcher` have been deprecated. Pytest alternatives ``pytest.RaisesGroup`` and ``pytest.RaisesExc`` (respectively) are considered correct replacement. (`#3326 <https://github.com/python-trio/trio/issues/3326>`__)
21+
22+
823
trio 0.32.0 (2025-10-31)
924
------------------------
1025

newsfragments/3326.deprecated.rst

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

newsfragments/3357.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.32.0+dev"
3+
__version__ = "0.33.0"

0 commit comments

Comments
 (0)