From 4af7d3d6a991de4d4c69bbf09d26ea6554f880d1 Mon Sep 17 00:00:00 2001 From: Matlink Date: Sat, 7 Mar 2020 13:31:01 +0100 Subject: [PATCH] Version 3.29 --- debian/changelog | 11 ++++++++++- debian/control | 2 +- setup.py | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab27bc9..6113cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -gplaycli (3.28-1) unstable; urgency=low +gplaycli (3.29-1) unstable; urgency=medium + + * New upstream release. + * Use new way of authenticate on Google Play + * Fix lots of authentication errors + * Fix token dispenser errors + + -- Matlink Mon, 7 Mar 2020 00:13:00 +0000 + + gplaycli (3.28-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 60a4b13..7674f65 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0~), python3, python3-setuptools, python3-pyaxmlparser, - python3-gpapi (>= 0.4.4) + python3-matlink-gpapi (>= 0.4.4.4) Standards-Version: 4.1.0 Homepage: https://github.com/matlink/gplaycli diff --git a/setup.py b/setup.py index 10d5926..c6e8fd2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='gplaycli', - version='3.28', + version='3.29', description='GPlayCli, a Google play downloader command line interface', long_description=long_description, long_description_content_type="text/markdown", @@ -29,7 +29,7 @@ ['etc/gplaycli', ['gplaycli.conf']], ], install_requires=[ - 'matlink-gpapi>=0.4.4.3', + 'matlink-gpapi>=0.4.4.4', 'pyaxmlparser', ], )