Skip to content

Commit

Permalink
Update CHANGELOG and version for release 1.6.1 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Nov 5, 2023
1 parent a19f8ca commit 3c7acc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

# [1.6.1](https://github.com/kivy/pyjnius/tree/1.6.1) (2023-11-05)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.6.0...1.6.1)

**Implemented enhancements:**
- [\#684](https://github.com/kivy/pyjnius/pull/684) Add (now mandatory) `.readthedocs.yaml` file, add docs extras and update sphinx conf
- [\#691](https://github.com/kivy/pyjnius/pull/691) Cleanup some Java code in NativeInvocationHandler.java
- [\#692](https://github.com/kivy/pyjnius/pull/692) Skip getting version from `Cython` on Android. Instead add `ANDROID_PYJNUS_CYTHON_3` env var
- [\#693](https://gtihub.com/kivy/pyjnius/pull/693) Use the `release/v1` tag for `pypa/gh-action-pypi-publish`, as `master` is deprecated

# [1.6.0](https://github.com/kivy/pyjnius/tree/1.6.0) (2023-10-07)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.5.0...1.6.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.6.0'
__version__ = '1.6.1'

from .env import get_java_setup

Expand Down

0 comments on commit 3c7acc8

Please sign in to comment.