Skip to content

Commit a1cc169

Browse files
authoredFeb 25, 2024··
Merge pull request #49 from A5rocks/release-1.3.1
Release 1.3.1
2 parents 8cdc281 + b94149a commit a1cc169

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎docs/source/history.rst

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Release history
55

66
.. towncrier release notes start
77
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+
817
sniffio 1.3.0 (2022-09-01)
918
--------------------------
1019

‎newsfragments/44.bugfix.rst

-1
This file was deleted.

‎sniffio/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "1.3.0+dev"
3+
__version__ = "1.3.1+dev"

0 commit comments

Comments
 (0)
Please sign in to comment.