File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## Unreleased
88
9+ ## [ 0.10.0] - 2024-09-26
10+
11+ ### Bugfix
12+
13+ - Fix ` autodetect_locale ` function
14+
915### Misc
1016
1117- Drop support for Python 3.8 and 3.9
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " audible"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44description = " A(Sync) Interface for internal Audible API written in pure Python."
55authors = [" mkb79 <mkb79@hackitall.de>" ]
66license = " AGPL-3.0-only"
Original file line number Diff line number Diff line change 1- __version__ = "0.9.1 "
1+ __version__ = "0.10.0 "
22
33from ._logging import log_helper
44from .auth import Authenticator
You can’t perform that action at this time.
0 commit comments