Skip to content

Commit

Permalink
update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Oct 30, 2021
1 parent 1d98911 commit 4f9bb54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.4.1](https://github.com/kivy/pyjnius/tree/1.4.0) (2021-10-30)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.4.0...1.4.1)

**CI**
- [\#607](https://github.com/kivy/pyjnius/pull/607) Add python3.10 build/release

**Packaging**
- [\#603](https://github.com/kivy/pyjnius/pull/603) Use platform.machine() as default get_cpu() return value, explicitely support AARCH64


## [1.4.0](https://github.com/kivy/pyjnius/tree/1.4.0) (2021-08-24)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.3.0...1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion jnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
All the documentation is available at: http://pyjnius.readthedocs.org
'''

__version__ = '1.4.0'
__version__ = '1.4.1'

from .env import get_java_setup

Expand Down
1 change: 1 addition & 0 deletions setup_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Application Frameworks'
]
}
Expand Down

0 comments on commit 4f9bb54

Please sign in to comment.