Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b5ca3f

Browse files
committed
Prepare release 0.10.9.9
1 parent c0ef8fe commit 5b5ca3f

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

py4j-java/ant.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the software
2-
version=0.10.9.8
2+
version=0.10.9.9
33

44
# Path to the JUnit 4 jar. YOU MUST SET THIS VALUE. Otherwise, the test classes won't compile.
55
junit.path=junit-4.10.jar

py4j-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ task createPom {
161161
packaging 'jar'
162162
groupId 'net.sf.py4j'
163163
artifactId 'py4j'
164-
version '0.10.9.8'
164+
version '0.10.9.9'
165165
name 'Py4J'
166166
description 'Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.'
167167
scm {

py4j-java/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=py4j
2-
bundleVersion=0.10.9.8
3-
version=0.10.9.8
2+
bundleVersion=0.10.9.9
3+
version=0.10.9.9
44
sourceCompatibility=1.6
55
targetCompatibility=1.6
66
# Define the jdk6BootClasspath in your ~/.gradle/gradle.properties

py4j-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>net.sf.py4j</groupId>
1010
<artifactId>py4j</artifactId>
11-
<version>0.10.9.8</version>
11+
<version>0.10.9.9</version>
1212
<name>Py4J</name>
1313
<description>Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.</description>
1414
<licenses>

py4j-python/src/py4j/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.9.8'
1+
__version__ = '0.10.9.9'

py4j-web/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
The changelog describes in plain English the changes that occurred between Py4J
55
releases.
66

7+
Py4J 0.10.9.9
8+
-------------
9+
10+
- Release date: January 15th 2025
11+
- Python side: Retry Py4J on empty response
12+
713
Py4J 0.10.9.8
814
-------------
915

py4j-web/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Support & Resources
7373
News
7474
====
7575

76+
* **January 15th 2024** - Py4J 0.10.9.9 has been released. See the
77+
:doc:`changelog` for more details about the bug fixes and new features.
78+
7679
* **December 17th 2024** - Py4J 0.10.9.8 has been released. See the
7780
:doc:`changelog` for more details about the bug fixes and new features.
7881

0 commit comments

Comments
 (0)