Skip to content

Commit ec547bb

Browse files
authored
Merge pull request #1839 from kivy/release-2019.06.06
Release 2019.06.06
2 parents ccb0f8e + 0da0f39 commit ec547bb

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
python-for-android
22
==================
33

4-
[![Build Status](https://travis-ci.org/kivy/python-for-android.svg?branch=master)](https://travis-ci.org/kivy/python-for-android)
5-
[![Coverage Status](https://coveralls.io/repos/github/kivy/python-for-android/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/kivy/python-for-android?branch=master)
4+
[![Build Status](https://travis-ci.org/kivy/python-for-android.svg?branch=develop)](https://travis-ci.org/kivy/python-for-android)
5+
[![Coverage Status](https://coveralls.io/repos/github/kivy/python-for-android/badge.svg?branch=develop&kill_cache=1)](https://coveralls.io/github/kivy/python-for-android?branch=develop)
66
[![Backers on Open Collective](https://opencollective.com/kivy/backers/badge.svg)](#backers)
77
[![Sponsors on Open Collective](https://opencollective.com/kivy/sponsors/badge.svg)](#sponsors)
88

ci/rebuild_updated_recipes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from ci.constants import TargetPython, CORE_RECIPES, BROKEN_RECIPES
3232

3333

34-
def modified_recipes(branch='origin/master'):
34+
def modified_recipes(branch='origin/develop'):
3535
"""
3636
Returns a set of modified recipes between the current branch and the one
3737
in param.

doc/source/contribute.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Release checklist
6868
- [ ] Run the tests locally via `tox`: this performs some long-running tests that are skipped on Travis.
6969
- [ ] Build and run the [on_device_unit_tests](https://github.com/kivy/python-for-android/tree/master/testapps/on_device_unit_tests) app using buildozer. Check that they all pass.
7070
- [ ] Build and run the following [testapps](https://github.com/kivy/python-for-android/tree/master/testapps) for arch `armeabi-v7a` and `arm64-v8a`:
71-
- [ ] `python3 setup_testapp_python3_sqlite_openssl.py apk`
72-
- [ ] `python3 setup_testapp_python2.py apk`
71+
- `python3 setup_testapp_python3_sqlite_openssl.py apk`
72+
- [ ] `armeabi-v7a`
73+
- [ ] `arm64-v8a`
74+
- `python3 setup_testapp_python2.py apk`
75+
- [ ] `armeabi-v7a`
76+
- [ ] `arm64-v8a`
7377
- [ ] Check that the version number is correct

pythonforandroid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.7.1'
2+
__version__ = '2019.06.06'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def recursively_include(results, directory, patterns):
8888
long_description=long_description,
8989
author='The Kivy team',
9090
author_email='[email protected]',
91-
url='https://github.com/kivy/python-for-android',
92-
license='MIT',
91+
url='https://github.com/kivy/python-for-android',
92+
license='MIT',
9393
install_requires=install_reqs,
9494
entry_points={
9595
'console_scripts': [

0 commit comments

Comments
 (0)