From 55bfc026d9498d43fb2ec05c6407a60e401140cf Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Tue, 13 Aug 2024 15:06:27 -0700 Subject: [PATCH] Bump to version 0.18.0 --- CHANGES.md | 6 ++++-- jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 479f347..53d87e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,14 @@ # jpy Changelog -## Version 0.18.0 (in development) +## Version 0.18.0 +* [#158](https://github.com/jpy-consortium/jpy/pull/158) Get the correct computed tb lineno +* [#153](https://github.com/jpy-consortium/jpy/pull/153) Remove pip upgrade from CI +* [#150](https://github.com/jpy-consortium/jpy/pull/150) Bump docker/bake-action from 4.5.0 to 4.6.0 ## Version 0.17.0 * [#146](https://github.com/jpy-consortium/jpy/pull/146) Delay resolving super classes until referenced * [#145](https://github.com/jpy-consortium/jpy/pull/145) Use Py_ssize_t when calculate buffer len - ## 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 diff --git a/jpyutil.py b/jpyutil.py index 2ee1c9f..3e05c80 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.18.0.dev0" +__version__ = "0.18.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 9efed2b..cce4506 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.18.0-SNAPSHOT + 0.18.0 jar Java-Python Bridge