Skip to content

Commit 55bfc02

Browse files
committed
Bump to version 0.18.0
1 parent 498cf19 commit 55bfc02

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# jpy Changelog
22

3-
## Version 0.18.0 (in development)
3+
## Version 0.18.0
4+
* [#158](https://github.com/jpy-consortium/jpy/pull/158) Get the correct computed tb lineno
5+
* [#153](https://github.com/jpy-consortium/jpy/pull/153) Remove pip upgrade from CI
6+
* [#150](https://github.com/jpy-consortium/jpy/pull/150) Bump docker/bake-action from 4.5.0 to 4.6.0
47

58
## Version 0.17.0
69
* [#146](https://github.com/jpy-consortium/jpy/pull/146) Delay resolving super classes until referenced
710
* [#145](https://github.com/jpy-consortium/jpy/pull/145) Use Py_ssize_t when calculate buffer len
811

9-
1012
## Version 0.16.0
1113
* [#128](https://github.com/jpy-consortium/jpy/pull/128) Function for converting Python values to an explicit Java type
1214
* [#132](https://github.com/jpy-consortium/jpy/pull/132) Update auditwheel command to use --exclude

jpyutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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.18.0.dev0"
39+
__version__ = "0.18.0"
4040

4141

4242
# Setup a dedicated logger for jpyutil.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.jpyconsortium</groupId>
2828
<artifactId>jpy</artifactId>
29-
<version>0.18.0-SNAPSHOT</version>
29+
<version>0.18.0</version>
3030
<packaging>jar</packaging>
3131
<name>Java-Python Bridge</name>
3232

0 commit comments

Comments
 (0)