Skip to content

Commit 44b162a

Browse files
committedSep 22, 2019
prepare for v0.2.1 release
1 parent 995433d commit 44b162a

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed
 

‎README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
Code and README are forked from omarroth‘s fantastic [audible.cr](https://github.com/omarroth/audible.cr) API written in crystal.
1515
The whole code is written with Pythonista for iOS.
1616

17-
**This README is for the development tree only. The development tree contains many proof of concepts. Some needs still testing. Feel free to participate.**
18-
19-
The README for the latest stable release (v0.2.0) can be found [here](https://github.com/mkb79/Audible/blob/master/README.md).
20-
2117
## Requirements
2218

2319
- Python >= 3.6
@@ -32,13 +28,7 @@ The README for the latest stable release (v0.2.0) can be found [here](https://gi
3228

3329
## Installation
3430

35-
```python
36-
# v0.2.0
37-
pip install audible
38-
39-
# development tree
40-
pip install git+https://github.com/mkb79/audible.git@developing
41-
```
31+
`pip install audible`
4232

4333
## Usage
4434

@@ -143,7 +133,6 @@ You can try to autodetect locales like so:
143133

144134
```python
145135
import audible
146-
from audible.localization import autodetect_locale
147136

148137
# needs the Top Level Domain for the audible page in your country
149138
# example for uk

‎audible/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'audible'
22
__description__ = 'A(Sync) Interface for internal Audible API written in pure Python.'
33
__url__ = 'https://github.com/mkb79/audible'
4-
__version__ = '0.2.1a4'
4+
__version__ = '0.2.1'
55
__author__ = 'mkb79'
66
__author_email__ = 'mkb79@hackitall.de'
77
__license__ = 'AGPL'

0 commit comments

Comments
 (0)