Skip to content

Commit 2f6d97d

Browse files
committed
Release 0.6.0
1 parent 3c49b09 commit 2f6d97d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/history.rst

+8
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ Release history
44
.. currentmodule:: unasync
55

66
.. towncrier release notes start
7+
8+
unasync 0.6.0 (2024-05-03)
9+
--------------------------
10+
11+
* Drop support for Python 2.7, 3.5, 3.6 and 3.7
12+
* Add support for Python 3.9, 3.10, 3.11 and 3.12
13+
* Replace ``tokenize`` with ``tokenize-rt`` which roundtrips correctly and
14+
handles Python 3.12 f-strings correctly.

src/unasync/_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__ = "0.5.0+dev"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)