Skip to content

Commit c342657

Browse files
committed
Bump to 1.3.0
1 parent 26a6749 commit c342657

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# jpy Changelog
22

3-
## Version 1.3.0 (in development)
3+
## Version 1.3.0
4+
5+
* [#212](https://github.com/jpy-consortium/jpy/pull/212) feat: Add 3.14 builds
6+
* [#214](https://github.com/jpy-consortium/jpy/pull/214) Remove 3.6, 3.7, 3.8 from project's metadata and related dead code in the code base
47

58
## Version 1.2.0
69
* [#199](https://github.com/jpy-consortium/jpy/pull/199) Call PyObject_IsTrue() to test truthiness

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

0 commit comments

Comments
 (0)