Skip to content

Commit

Permalink
Merge branch 'release/v0.15.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jan 9, 2024
2 parents 89cc3a4 + 4a95062 commit cac0af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion jpyutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.jpyconsortium</groupId>
<artifactId>jpy</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
<packaging>jar</packaging>
<name>Java-Python Bridge</name>

Expand Down

0 comments on commit cac0af0

Please sign in to comment.