Skip to content

Commit 65ab938

Browse files
authored
Merge pull request #34 from pquentin/release-1.2.0
2 parents 5409a36 + e97514f commit 65ab938

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
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+
823
Outcome 1.1.0 (2020-11-16)
924
--------------------------
1025

src/outcome/_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.1.0+dev"
3+
__version__ = "1.2.0+dev"

0 commit comments

Comments
 (0)