diff --git a/CHANGES.md b/CHANGES.md index 9bacd4b9..84351bc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # jpy Changelog -## Version 0.15.0 (in development) +## Version 0.15.0 * [#112](https://github.com/jpy-consortium/jpy/pull/112) Add jpy.byte_buffer() function * [#119](https://github.com/jpy-consortium/jpy/pull/119) Fix Mac OSX + OpenJDK builds where `JAVA_HOME` contains `libexec` but not `lib` * [#121](https://github.com/jpy-consortium/jpy/pull/121) Python 3.12 build diff --git a/jpyutil.py b/jpyutil.py index 3e9a073e..d94a174b 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.15.0.dev0" +__version__ = "0.15.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index f4894530..158b5ac3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.15.0-SNAPSHOT + 0.15.0 jar Java-Python Bridge