File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.4.1] ( https://github.com/kivy/pyjnius/tree/1.4.0 ) (2021-10-30)
4
+ [ Full Changelog] ( https://github.com/kivy/pyjnius/compare/1.4.0...1.4.1 )
5
+
6
+ ** CI**
7
+ - [ \# 607] ( https://github.com/kivy/pyjnius/pull/607 ) Add python3.10 build/release
8
+
9
+ ** Packaging**
10
+ - [ \# 603] ( https://github.com/kivy/pyjnius/pull/603 ) Use platform.machine() as default get_cpu() return value, explicitely support AARCH64
11
+
12
+
3
13
## [ 1.4.0] ( https://github.com/kivy/pyjnius/tree/1.4.0 ) (2021-08-24)
4
14
[ Full Changelog] ( https://github.com/kivy/pyjnius/compare/1.3.0...1.4.0 )
5
15
Original file line number Diff line number Diff line change 7
7
All the documentation is available at: http://pyjnius.readthedocs.org
8
8
'''
9
9
10
- __version__ = '1.4.0 '
10
+ __version__ = '1.4.1 '
11
11
12
12
from .env import get_java_setup
13
13
You can’t perform that action at this time.
0 commit comments