Skip to content

Commit 96a3641

Browse files
authored
build: bump version to v0.10.0 (#522)
1 parent 13205cc commit 96a3641

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "audible"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
description = "A(Sync) Interface for internal Audible API written in pure Python."
55
authors = ["mkb79 <mkb79@hackitall.de>"]
66
license = "AGPL-3.0-only"

src/audible/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.9.1"
1+
__version__ = "0.10.0"
22

33
from ._logging import log_helper
44
from .auth import Authenticator

0 commit comments

Comments
 (0)