Skip to content

Commit

Permalink
build: bump version to v0.10.0 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Sep 26, 2024
1 parent 13205cc commit 96a3641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## [0.10.0] - 2024-09-26

### Bugfix

- Fix `autodetect_locale` function

### Misc

- Drop support for Python 3.8 and 3.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "audible"
version = "0.9.1"
version = "0.10.0"
description = "A(Sync) Interface for internal Audible API written in pure Python."
authors = ["mkb79 <[email protected]>"]
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/audible/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.10.0"

from ._logging import log_helper
from .auth import Authenticator
Expand Down

0 comments on commit 96a3641

Please sign in to comment.