Skip to content

Commit d943a5a

Browse files
authored
Merge pull request #412 from A5rocks/release-1.2.0
Bump version
2 parents aa122de + 46cee27 commit d943a5a

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/source/index.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Autodetection heuristics
123123
* functions decorated with `contextlib.asynccontextmanager
124124
<https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager>`__,
125125

126-
* functions that have an attribute ``__returns_acontextmanager__``
126+
* functions that have an attribute ``__returns_acontextmanager__``
127127
(note the ``a``) with a truthy value.
128128

129129
* ``:for:`` is autodetected for generators.
@@ -298,6 +298,21 @@ Revision history
298298

299299
.. towncrier release notes start
300300
301+
Sphinxcontrib_Trio 1.2.0 (2026-01-29)
302+
+++++++++++++++++++++++++++++++++++++
303+
304+
Bugfixes
305+
~~~~~~~~
306+
307+
- Fix `sphinxcontrib-trio` for Sphinx 9.0 (`#399 <https://github.com/python-trio/sphinxcontrib-trio/issues/399>`__)
308+
309+
310+
Deprecations and Removals
311+
~~~~~~~~~~~~~~~~~~~~~~~~~
312+
313+
- Drop support for Sphinx 2.1 and earlier. Drop support for Python 3.5. (`#225 <https://github.com/python-trio/sphinxcontrib-trio/issues/225>`__)
314+
315+
301316
Sphinxcontrib_Trio 1.1.2 (2020-05-04)
302317
+++++++++++++++++++++++++++++++++++++
303318

newsfragments/225.removal.rst

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

newsfragments/399.bugfix.rst

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

sphinxcontrib_trio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2+dev"
1+
__version__ = "1.2.0+dev"

0 commit comments

Comments
 (0)