Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ Release history
.. currentmodule:: unasync

.. towncrier release notes start

unasync 0.6.0 (2024-05-03)
--------------------------

* Drop support for Python 2.7, 3.5, 3.6 and 3.7
* Add support for Python 3.9, 3.10, 3.11 and 3.12
* Replace ``tokenize`` with ``tokenize-rt`` which roundtrips correctly and
handles Python 3.12 f-strings correctly.
2 changes: 1 addition & 1 deletion src/unasync/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is imported from __init__.py and exec'd from setup.py

__version__ = "0.5.0+dev"
__version__ = "0.6.0+dev"