File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+
4+ ## [ 1.2.0] ( https://github.com/kivy/buildozer/tree/1.2.0 ) (2020-05-30)
5+ [ Full Changelog] ( https://github.com/kivy/buildozer/compare/1.1.0...1.2.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Bumps to latest Cython version [ \# 1132] ( https://github.com/kivy/buildozer/pull/1132 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
10+ - Also integration test on macOS [ \# 1131] ( https://github.com/kivy/buildozer/pull/1131 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
11+ - Tests android.numeric\_ version config [ \# 1129] ( https://github.com/kivy/buildozer/pull/1129 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
12+ - Refactored the TargetAndroid tests [ \# 1127] ( https://github.com/kivy/buildozer/pull/1127 ) ([ pavelsof] ( https://github.com/pavelsof ) )
13+ - Adds p4a --numeric-version support [ \# 1126] ( https://github.com/kivy/buildozer/pull/1126 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
14+ - Linter fixes and README.md update [ \# 1118] ( https://github.com/kivy/buildozer/pull/1118 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
15+ - Removes Python 2 constructions [ \# 1114] ( https://github.com/kivy/buildozer/pull/1114 ) ([ AndreMiras] ( https://github.com/AndreMiras ) )
16+
317## [ 1.1.0] ( https://github.com/kivy/buildozer/tree/1.1.0 ) (2020-05-18)
418[ Full Changelog] ( https://github.com/kivy/buildozer/compare/1.0...1.1.0 )
519
Original file line number Diff line number Diff line change 66
77'''
88
9- __version__ = '1.1.1.dev0 '
9+ __version__ = '1.2.0 '
1010
1111import os
1212import re
You can’t perform that action at this time.
0 commit comments