Skip to content

Commit 707a4b9

Browse files
authored
Release v0.3.1
1 parent d6ce404 commit 707a4b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
-
10+
11+
## [0.3.1] - 2024-03-19
12+
913
### Bugfix
1014

1115
- fix a `TypeError` on some Python versions when calling `importlib.metadata.entry_points` with group argument

src/audible_cli/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "audible-cli"
22
__description__ = "Command line interface (cli) for the audible package."
33
__url__ = "https://github.com/mkb79/audible-cli"
4-
__version__ = "0.3.0"
4+
__version__ = "0.3.1"
55
__author__ = "mkb79"
66
__author_email__ = "[email protected]"
77
__license__ = "AGPL"

0 commit comments

Comments
 (0)