We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5060bc commit ba569f3Copy full SHA for ba569f3
CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## Unreleased
7
8
+-
9
+
10
+## [0.5.4] - 2020-02-28
11
12
### Added
13
14
- Provide a custom serial when login
src/audible/_version.py
@@ -2,7 +2,7 @@
2
__description__ = "A(Sync) Interface for internal Audible API written in " \
3
"pure Python."
4
__url__ = "https://github.com/mkb79/audible"
-__version__ = "0.5.3"
+__version__ = "0.5.4"
__author__ = "mkb79"
__author_email__ = "mkb79@hackitall.de"
__license__ = "AGPL"
0 commit comments