From e0de90e0d7e06927babe84d257d510853d3f62d7 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 7 Nov 2024 20:47:17 -0800 Subject: [PATCH] Bump to version 0.19.0 --- CHANGES.md | 6 +++++- jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6e18ad6..9ce2ca8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # jpy Changelog -## Version 0.19.0 (in development) +## Version 0.19.0 +* [#165](https://github.com/jpy-consortium/jpy/pull/165) feat: free-threaded Python (3.13.0+) support +* [#168](https://github.com/jpy-consortium/jpy/pull/168) Add Python 3.13 builds +* [#164](https://github.com/jpy-consortium/jpy/pull/164) fix: Make org.jpy.PyLib.getCurrentLocals/Globals work for Python 3.13 +* [#162](https://github.com/jpy-consortium/jpy/pull/162) Find Zero-Assembler OpenJDK 21 ## Version 0.18.0 * [#158](https://github.com/jpy-consortium/jpy/pull/158) Get the correct computed tb lineno diff --git a/jpyutil.py b/jpyutil.py index 35557af..30a24cc 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.19.0.dev0" +__version__ = "0.19.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index ff70267..debec85 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.19.0-SNAPSHOT + 0.19.0 jar Java-Python Bridge