mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Version 1.1.2, including changelog
This commit is contained in:
parent
a5851c083d
commit
bb80c729f5
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
### 1.1.2 (2019-03-29)
|
||||||
|
|
||||||
|
* fix bug while downloading repo index ([!636](https://gitlab.com/fdroid/fdroidserver/merge_requests/636))
|
||||||
|
|
||||||
### 1.1.1 (2019-02-03)
|
### 1.1.1 (2019-02-03)
|
||||||
|
|
||||||
* support APK Signature v2 and v3
|
* support APK Signature v2 and v3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ def get_data_files():
|
||||||
|
|
||||||
|
|
||||||
setup(name='fdroidserver',
|
setup(name='fdroidserver',
|
||||||
version='1.1.1',
|
version='1.1.2',
|
||||||
description='F-Droid Server Tools',
|
description='F-Droid Server Tools',
|
||||||
long_description='README.md',
|
long_description='README.md',
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue