Skip to content

Commit 378d5b9

Browse files
committedSep 24, 2024
Release version 3.8.0-RC2 with HSFS 3.8.0-RC3
1 parent dc06b17 commit 378d5b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
<groupId>com.logicalclocks</groupId>
88
<artifactId>hopsworks</artifactId>
9-
<version>3.8.0-RC1</version>
9+
<version>3.8.0-RC2</version>
1010
</project>

‎python/hopsworks/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "3.8.0rc1"
17+
__version__ = "3.8.0rc2"

‎python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"hsfs[python]==3.8.0rc1",
25+
"hsfs[python]==3.8.0rc3",
2626
"hsml==3.8.0rc0",
2727
"pyhumps==1.6.1",
2828
"requests",

0 commit comments

Comments
 (0)