Skip to content

Commit

Permalink
Version 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
matlink committed Mar 7, 2020
1 parent 8dcee55 commit 4af7d3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 7 Mar 2020 00:13:00 +0000

gplaycli (3.28-1) unstable; urgency=low

* New upstream release.

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,7 +29,7 @@
['etc/gplaycli', ['gplaycli.conf']],
],
install_requires=[
'matlink-gpapi>=0.4.4.3',
'matlink-gpapi>=0.4.4.4',
'pyaxmlparser',
],
)

0 comments on commit 4af7d3d

Please sign in to comment.