Skip to content

Commit 3d7a369

Browse files
authored
Merge pull request #81 from pquentin/release-0.6.0
Release 0.6.0
2 parents 3c49b09 + 34703c6 commit 3d7a369

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

0 commit comments

Comments
 (0)