From cd4873f0b5f9e1217011313d170501e6bd647ca9 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Wed, 28 Sep 2022 10:04:54 -0700 Subject: [PATCH] Bump to version 0.12.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 1b13f48d..ad7e4ab6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # jpy Changelog -## Version 0.12.0 (in development) +## Version 0.12.0 +* [#88](https://github.com/jpy-consortium/jpy/pull/88) Use valueOf() to box primitive values instead of creating new objects every time +* [#89](https://github.com/jpy-consortium/jpy/pull/89) Add Java process lookup for 'java.home' in find_jvm_dll_file() +* [#85](https://github.com/jpy-consortium/jpy/pull/85) Support creation of zero-sized primitive Java arrays ## Version 0.11.1 * [#79](https://github.com/jpy-consortium/jpy/issues/79) Produce usable / distributable macosx wheels diff --git a/jpyutil.py b/jpyutil.py index 08efd9ab..37cdf89b 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.12.0.dev0" +__version__ = "0.12.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index a27d17f3..61f68a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.12.0-SNAPSHOT + 0.12.0 jar Java-Python Bridge