From 39ebe36b47a587eaed4049dabc9ade4361d3fbfd Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Sat, 5 Nov 2022 12:34:43 -0700 Subject: [PATCH] Bump to version 0.13.0 --- CHANGES.md | 3 ++- jpyutil.py | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d69f4957..bb55fb0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # jpy Changelog -## Version 0.13.0 (in development) +## Version 0.13.0 +* [#96](https://github.com/jpy-consortium/jpy/pull/96) Python 3.11 compatibility ## 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 diff --git a/jpyutil.py b/jpyutil.py index 8e9f6332..ff30cbe4 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.13.0.dev0" +__version__ = "0.13.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 4b8ad6e3..eb381b67 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.13.0-SNAPSHOT + 0.13.0 jar Java-Python Bridge