Version 1.1.2, including changelog

This commit is contained in:
Nico Alt 2019-03-29 08:42:49 +01:00
parent a5851c083d
commit bb80c729f5
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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',