From ae020e13b98d276a6558ffc25e82509fd4c288f0 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Mon, 26 Feb 2024 08:15:12 +0900 Subject: [PATCH 1/2] Release 1.3.1 --- docs/source/history.rst | 9 +++++++++ newsfragments/44.bugfix.rst | 1 - sniffio/_version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 newsfragments/44.bugfix.rst diff --git a/docs/source/history.rst b/docs/source/history.rst index b7c146a..a0f0c6f 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -5,6 +5,15 @@ Release history .. towncrier release notes start +Sniffio 1.3.1 (2024-02-26) +-------------------------- + +Bugfixes +~~~~~~~~ + +- Added missing ``thread_local`` to ``sniffio.__all__`` (`#44 `__) + + sniffio 1.3.0 (2022-09-01) -------------------------- diff --git a/newsfragments/44.bugfix.rst b/newsfragments/44.bugfix.rst deleted file mode 100644 index 6878223..0000000 --- a/newsfragments/44.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Added missing ``thread_local`` to ``sniffio.__all__`` \ No newline at end of file diff --git a/sniffio/_version.py b/sniffio/_version.py index 0de77e3..0495d10 100644 --- a/sniffio/_version.py +++ b/sniffio/_version.py @@ -1,3 +1,3 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "1.3.0+dev" +__version__ = "1.3.1" From b94149a63dd9c9937762cb8780741f14404e215c Mon Sep 17 00:00:00 2001 From: A5rocks Date: Mon, 26 Feb 2024 08:20:32 +0900 Subject: [PATCH 2/2] Start new cycle --- sniffio/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniffio/_version.py b/sniffio/_version.py index 0495d10..21df1c6 100644 --- a/sniffio/_version.py +++ b/sniffio/_version.py @@ -1,3 +1,3 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "1.3.1" +__version__ = "1.3.1+dev"