File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# jpy Changelog
22
3- ## Version 0.16.0 (in development)
3+ ## Version 0.16.0
4+ * [ #128 ] ( https://github.com/jpy-consortium/jpy/pull/128 ) Function for converting Python values to an explicit Java type
5+ * [ #132 ] ( https://github.com/jpy-consortium/jpy/pull/132 ) Update auditwheel command to use --exclude
6+ * Various CI-related version bumps
47
58## Version 0.15.0
69* [ #112 ] ( https://github.com/jpy-consortium/jpy/pull/112 ) Add jpy.byte_buffer() function
Original file line number Diff line number Diff line change 3636__author__ = "Norman Fomferra (Brockmann Consult GmbH) and contributors"
3737__copyright__ = "Copyright 2015-2018 Brockmann Consult GmbH and contributors"
3838__license__ = "Apache 2.0"
39- __version__ = "0.16.0.dev0 "
39+ __version__ = "0.16.0"
4040
4141
4242# Setup a dedicated logger for jpyutil.
Original file line number Diff line number Diff line change 2626
2727 <groupId >org.jpyconsortium</groupId >
2828 <artifactId >jpy</artifactId >
29- <version >0.16.0-SNAPSHOT </version >
29+ <version >0.16.0</version >
3030 <packaging >jar</packaging >
3131 <name >Java-Python Bridge</name >
3232
You can’t perform that action at this time.
0 commit comments