Skip to content

Commit 3ffd04a

Browse files
committed
Bump version
1 parent d5779db commit 3ffd04a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.7.0] - 2021-10-25
12+
913
### Bugfix
1014

1115
- make sure activation bytes has 8 bytes, otherwise append '0' in front until 8 bytes are reached

src/audible/_version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
__description__ = "A(Sync) Interface for internal Audible API written in " \
33
"pure Python."
44
__url__ = "https://github.com/mkb79/audible"
5-
__version__ = "0.7.0dev2"
5+
__version__ = "0.7.0"
66
__author__ = "mkb79"
77
__author_email__ = "mkb79@hackitall.de"
88
__license__ = "AGPL"
99
__status__ = "Development"
10-

0 commit comments

Comments
 (0)