Skip to content

Commit 94cfcb8

Browse files
authored
Merge pull request #1137 from AndreMiras/release/1.2.0
🔖 1.2.0
2 parents ce11482 + 4a2bf27 commit 94cfcb8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

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.1.1.dev0'
9+
__version__ = '1.2.0'
1010

1111
import os
1212
import re

0 commit comments

Comments
 (0)