Skip to content

Commit ba569f3

Browse files
committedFeb 28, 2021
Bump to v0.5.4
1 parent f5060bc commit ba569f3

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
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
77

8+
-
9+
10+
## [0.5.4] - 2020-02-28
11+
812
### Added
913

1014
- Provide a custom serial when login

‎src/audible/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = "A(Sync) Interface for internal Audible API written in " \
33
"pure Python."
44
__url__ = "https://github.com/mkb79/audible"
5-
__version__ = "0.5.3"
5+
__version__ = "0.5.4"
66
__author__ = "mkb79"
77
__author_email__ = "mkb79@hackitall.de"
88
__license__ = "AGPL"

0 commit comments

Comments
 (0)
Please sign in to comment.