Skip to content

Commit f92f300

Browse files
committed
Bump to 1.5.0 development
1 parent ea52e16 commit f92f300

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jpy Changelog
22

3+
## Version 1.5.0 (in development)
4+
35
## Version 1.4.0
46
* [#220](https://github.com/jpy-consortium/jpy/pull/220) Use Python built-in exception formating
57
* [#215](https://github.com/jpy-consortium/jpy/pull/215) Bump actions/checkout from 5 to 6

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__ = "1.4.0"
39+
__version__ = "1.5.0.dev0"
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>1.4.0</version>
29+
<version>1.5.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<name>Java-Python Bridge</name>
3232

0 commit comments

Comments
 (0)