diff --git a/CHANGES.md b/CHANGES.md index 84351bc6..5bf964e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # jpy Changelog +## Version 0.16.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` diff --git a/jpyutil.py b/jpyutil.py index d94a174b..65d77d96 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" +__version__ = "0.16.0.dev0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 158b5ac3..ed93c53e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.15.0 + 0.16.0-SNAPSHOT jar Java-Python Bridge