Skip to content

Commit 9a9d591

Browse files
authored
Merge pull request #1113 from AndreMiras/release/1.1.0
1.1.0
2 parents bb5c0cc + a11f2b8 commit 9a9d591

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@
1212

1313
**Closed issues:**
1414

15+
- Pygallary [\#1109](https://github.com/kivy/buildozer/issues/1109)
16+
- Buildozer compilation ERROR: No matching distribution found for hostpython2 (from -r requirements.txt (line 2)) [\#1104](https://github.com/kivy/buildozer/issues/1104)
17+
- Circular errors with Java version and Android SDK [\#1103](https://github.com/kivy/buildozer/issues/1103)
18+
- APK not running on Android 10? [\#1102](https://github.com/kivy/buildozer/issues/1102)
19+
- Buildozer command fails: Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate [\#1095](https://github.com/kivy/buildozer/issues/1095)
20+
- Command Failed Error [\#1092](https://github.com/kivy/buildozer/issues/1092)
21+
- APK Can't be install (package can't be install in android) [\#1091](https://github.com/kivy/buildozer/issues/1091)
22+
- buildozer Install python 3.8.1 [\#1090](https://github.com/kivy/buildozer/issues/1090)
23+
- i have weak reference error while using python 3.8 [\#1089](https://github.com/kivy/buildozer/issues/1089)
1524
- buildozer is choosing odd venv, and using a different python? [\#1080](https://github.com/kivy/buildozer/issues/1080)
25+
- Fatal Python error: init\_fs\_encoding: failed to get the Python codec of the filesystem encoding [\#1076](https://github.com/kivy/buildozer/issues/1076)
1626
- Buildozer just wont compile my app [\#1074](https://github.com/kivy/buildozer/issues/1074)
1727
- Autoreconf not found? [\#1072](https://github.com/kivy/buildozer/issues/1072)
1828
- error while buildozer android debug deploy run [\#1064](https://github.com/kivy/buildozer/issues/1064)
@@ -37,6 +47,12 @@
3747

3848
**Merged pull requests:**
3949

50+
- Update README.md [\#1111](https://github.com/kivy/buildozer/pull/1111) ([tshirtman](https://github.com/tshirtman))
51+
- Fixes Docker apt cache missed [\#1107](https://github.com/kivy/buildozer/pull/1107) ([AndreMiras](https://github.com/AndreMiras))
52+
- Adds libssl-dev to the install dependencies [\#1106](https://github.com/kivy/buildozer/pull/1106) ([AndreMiras](https://github.com/AndreMiras))
53+
- Automatically publish to PyPI upon tagging [\#1105](https://github.com/kivy/buildozer/pull/1105) ([AndreMiras](https://github.com/AndreMiras))
54+
- Fix punctuation and typo in README.md [\#1101](https://github.com/kivy/buildozer/pull/1101) ([hematogender](https://github.com/hematogender))
55+
- Build integration test [\#1100](https://github.com/kivy/buildozer/pull/1100) ([AndreMiras](https://github.com/AndreMiras))
4056
- Fixes missing libssl-dev dependency [\#1099](https://github.com/kivy/buildozer/pull/1099) ([AndreMiras](https://github.com/AndreMiras))
4157
- Drops Python 2 support [\#1094](https://github.com/kivy/buildozer/pull/1094) ([AndreMiras](https://github.com/AndreMiras))
4258
- Checks SDK, NDK and p4a get downloaded on first run [\#1093](https://github.com/kivy/buildozer/pull/1093) ([AndreMiras](https://github.com/AndreMiras))

buildozer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
'''
88

9-
__version__ = '1.0.1-dev0'
9+
__version__ = '1.1.0'
1010

1111
import os
1212
import re

0 commit comments

Comments
 (0)