We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5409a36 commit ae996f8Copy full SHA for ae996f8
docs/source/history.rst
@@ -5,6 +5,21 @@ Release history
5
6
.. towncrier release notes start
7
8
+Outcome 1.2.0 (2022-06-14)
9
+--------------------------
10
+
11
+Features
12
+~~~~~~~~
13
14
+- Add support for Python 3.9 and 3.10. (`#32 <https://github.com/python-trio/outcome/pull/32>`__)
15
16
17
+Deprecations and Removals
18
+~~~~~~~~~~~~~~~~~~~~~~~~~
19
20
+- Drop support for Python 3.6. (`#32 <https://github.com/python-trio/outcome/pull/32>`__)
21
22
23
Outcome 1.1.0 (2020-11-16)
24
--------------------------
25
src/outcome/_version.py
@@ -1,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "1.1.0+dev"
+__version__ = "1.2.0"
0 commit comments