Skip to content

Commit

Permalink
Bump version 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
matlink committed Sep 21, 2017
1 parent 5579713 commit d70215f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Changelog
- Added EncryptedPsswd header to fix credentials authentication.
- A new way for authentication has been added to GPlayCli: the tokens. I've set up a token-dispenser server (https://github.com/yeriomin/token-dispenser) at this address : https://token.matlink.fr/token/email/[email protected] . The settings has been added to credenttials.conf, and by default GPlayCli will retrieve token from this URL. If you want to keep using your credentials, set token=False in credentials.conf. You can also change the URL and setup your own token-dispenser server and then changing the token_url in the credentials.conf.

Installation
============

- Best way to install it is using pip: `pip install gplaycli` or `pip install gplaycli --user` if you are non-root
- Cleanest way is using virtualenv: `virtualenv gplaycli; cd gplaycli; source bin/activate`, then either `pip install gplaycli` or `git clone https://github.com/matlink/gplaycli && pip install ./gplaycli/`

Debian installation
--------------------
Releases are available here https://github.com/matlink/gplaycli/releases/ as debian packages. If you prefer not to use debian packaging, check the following method.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


setup(name='GPlayCli',
version='0.2.13',
version='2.14',
description='GPlayCli, a Google play downloader command line interface',
author="Matlink",
author_email="[email protected]",
Expand Down

0 comments on commit d70215f

Please sign in to comment.