We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5779db commit 3ffd04aCopy full SHA for 3ffd04a
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+-
10
+
11
+## [0.7.0] - 2021-10-25
12
13
### Bugfix
14
15
- make sure activation bytes has 8 bytes, otherwise append '0' in front until 8 bytes are reached
src/audible/_version.py
@@ -2,9 +2,8 @@
2
__description__ = "A(Sync) Interface for internal Audible API written in " \
3
"pure Python."
4
__url__ = "https://github.com/mkb79/audible"
5
-__version__ = "0.7.0dev2"
+__version__ = "0.7.0"
__author__ = "mkb79"
__author_email__ = "mkb79@hackitall.de"
__license__ = "AGPL"
__status__ = "Development"
-
0 commit comments