From b714968186a4f496f8a76e94c275b1d008ef17e4 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Fri, 24 Jun 2022 14:46:52 -0700 Subject: [PATCH] Bump to 0.12.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 a2676882..42309a96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # jpy Changelog +## Version 0.12.0 (in development) + ## Version 0.11.0 * Publish artifacts to [PyPi](https://pypi.org/project/jpy/). Source tarball and binary wheels for Python 3.6 - 3.10 for Linux, Mac, and Windows (x86_64). * Publish release to Maven Central with group id `org.jpyconsortium` and artifact id `jpy`. Java-8 compatible jars. diff --git a/jpyutil.py b/jpyutil.py index bf5c9485..2c94f909 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.11.0" +__version__ = "0.12.0.dev0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index d7a2ca3c..a27d17f3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.11.0 + 0.12.0-SNAPSHOT jar Java-Python Bridge