From c6398edc6233efef17479823dfcb46fed1345693 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Wed, 20 Mar 2024 08:47:03 -0700 Subject: [PATCH] Bump to version 0.16.0 --- CHANGES.md | 5 ++++- jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5bf964e2..bcb24ddc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # jpy Changelog -## Version 0.16.0 (in development) +## Version 0.16.0 +* [#128](https://github.com/jpy-consortium/jpy/pull/128) Function for converting Python values to an explicit Java type +* [#132](https://github.com/jpy-consortium/jpy/pull/132) Update auditwheel command to use --exclude +* Various CI-related version bumps ## Version 0.15.0 * [#112](https://github.com/jpy-consortium/jpy/pull/112) Add jpy.byte_buffer() function diff --git a/jpyutil.py b/jpyutil.py index 65d77d96..a8048e9d 100644 --- a/jpyutil.py +++ b/jpyutil.py @@ -36,7 +36,7 @@ __author__ = "Norman Fomferra (Brockmann Consult GmbH) and contributors" __copyright__ = "Copyright 2015-2018 Brockmann Consult GmbH and contributors" __license__ = "Apache 2.0" -__version__ = "0.16.0.dev0" +__version__ = "0.16.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index ed93c53e..1b2ee0fe 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.16.0-SNAPSHOT + 0.16.0 jar Java-Python Bridge