From 042d5102d5f56f028225951e8d0cd3d766e5c489 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 5 Dec 2024 15:05:28 -0800 Subject: [PATCH] Bump to 1.1.0 development --- CHANGES.md | 2 ++ jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d7573ef..563f0fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # jpy Changelog +## Version 1.1.0 (in development) + ## Version 1.0.0 * [#176](https://github.com/jpy-consortium/jpy/pull/176) fix: make PyObject cleanup thread-safe in free-threaded Python and reduce contention * [#175](https://github.com/jpy-consortium/jpy/pull/175) Update project's Development Status classifier diff --git a/jpyutil.py b/jpyutil.py index 2cd1055..bf5bcdc 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__ = "1.0.0" +__version__ = "1.1.0.dev0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 034158c..09c6a84 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 1.0.0 + 1.1.0-SNAPSHOT jar Java-Python Bridge