We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python-trio
Learn more about funding links in repositories.
Report abuse
2 parents 8cdc281 + b94149a commit a1cc169Copy full SHA for a1cc169
docs/source/history.rst
@@ -5,6 +5,15 @@ Release history
5
6
.. towncrier release notes start
7
8
+Sniffio 1.3.1 (2024-02-26)
9
+--------------------------
10
+
11
+Bugfixes
12
+~~~~~~~~
13
14
+- Added missing ``thread_local`` to ``sniffio.__all__`` (`#44 <https://github.com/python-trio/sniffio/issues/44>`__)
15
16
17
sniffio 1.3.0 (2022-09-01)
18
--------------------------
19
newsfragments/44.bugfix.rst
sniffio/_version.py
@@ -1,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "1.3.0+dev"
+__version__ = "1.3.1+dev"
0 commit comments