Skip to content

Commit ae996f8

Browse files
committed
Bump version to 1.2.0
1 parent 5409a36 commit ae996f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/source/history.rst

+15
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

+1-1
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"

0 commit comments

Comments
 (0)