Skip to content

Commit e34ad8f

Browse files
committed
update CHANGELOG and version
1 parent 1d98911 commit e34ad8f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## [1.4.0](https://github.com/kivy/pyjnius/tree/1.4.0) (2021-08-24)
414
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.3.0...1.4.0)
515

jnius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
All the documentation is available at: http://pyjnius.readthedocs.org
88
'''
99

10-
__version__ = '1.4.0'
10+
__version__ = '1.4.1'
1111

1212
from .env import get_java_setup
1313

0 commit comments

Comments
 (0)