We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c49b09 commit 2f6d97dCopy full SHA for 2f6d97d
docs/source/history.rst
@@ -4,3 +4,11 @@ Release history
4
.. currentmodule:: unasync
5
6
.. 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,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "0.5.0+dev"
+__version__ = "0.6.0"
0 commit comments