Skip to content

Commit 85e552b

Browse files
authored
Merge pull request #30 from pquentin/release-1.3.0
Bump version to 1.3.0
2 parents 409b56d + 75a39c6 commit 85e552b

4 files changed

Lines changed: 17 additions & 24 deletions

File tree

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/source/history.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Release history
55

66
.. towncrier release notes start
77
8+
sniffio 1.3.0 (2022-09-01)
9+
--------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Add support for Python 3.9 and 3.10. (`#29 <https://github.com/python-trio/outcome/pull/29>`__)
15+
- Provide ``sniffio.thread_local.name`` for coroutine libraries to set (`#23 <https://github.com/python-trio/outcome/pull/23>`__)
16+
17+
18+
Deprecations and Removals
19+
~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+
- Drop support for Python 3.5 and 3.6. (`#29 <https://github.com/python-trio/outcome/pull/29>`__)
22+
23+
824
sniffio 1.2.0 (2020-10-11)
925
--------------------------
1026

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
license="MIT OR Apache-2.0",
1616
packages=find_packages(),
1717
package_data={"sniffio": ["py.typed"]},
18-
install_requires=["contextvars >= 2.1; python_version < '3.7'"],
1918
keywords=[
2019
"async",
2120
"trio",

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.2.0+dev"
3+
__version__ = "1.3.0+dev"

0 commit comments

Comments
 (0)