From 77c6e65f9522f8bfd64ec15c299e90d1d3a1bd45 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Tue, 1 Aug 2023 14:58:49 -0700 Subject: [PATCH] Bump to version 0.14.0 --- CHANGES.md | 4 +++- jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1f35cb58..fc5027bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # jpy Changelog -## Version 0.14.0 (in development) +## Version 0.14.0 +* [#99](https://github.com/jpy-consortium/jpy/pull/99) Check for exception in getInt/Long/DoubleValue() +* [#104](https://github.com/jpy-consortium/jpy/pull/104) PyDictWrapper.values() incorrectly close the underlying PyObject while it is still referenced ## Version 0.13.0 * [#96](https://github.com/jpy-consortium/jpy/pull/96) Python 3.11 compatibility diff --git a/jpyutil.py b/jpyutil.py index 203859db..05b12640 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.14.0.dev0" +__version__ = "0.14.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 2b267aba..76d49afa 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.14.0-SNAPSHOT + 0.14.0 jar Java-Python Bridge