Skip to content

Commit ae020e1

Browse files
committed
Release 1.3.1
1 parent 8cdc281 commit ae020e1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/source/history.rst

Lines changed: 9 additions & 0 deletions
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

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

sniffio/_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 exec'd from setup.py
22

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

0 commit comments

Comments
 (0)