Skip to content

Commit

Permalink
Release 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Aug 20, 2023
1 parent 652cd3a commit 912176b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Changelog
Version 3.8
-----------

Unreleased
Released 2023-08-20

* Drop Python 3.9 support. (:issue:`302`)
* Use :mod:`concurrent.futures` instead of :mod:`multiprocessing.dummy`
Expand Down
2 changes: 1 addition & 1 deletion src/reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"""

__version__ = '3.8.dev0'
__version__ = '3.8'

from .core import (
Reader as Reader,
Expand Down

0 comments on commit 912176b

Please sign in to comment.