We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdc281 commit ae020e1Copy full SHA for ae020e1
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"
0 commit comments