We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e347c92 commit a02f4e4Copy full SHA for a02f4e4
2 files changed
CHANGES.rst
@@ -1,6 +1,9 @@
1
Latest changes
2
==============
3
4
+In development
5
+--------------
6
+
7
Release 1.5.0 -- 2025/05/03
8
---------------------------
9
joblib/__init__.py
@@ -106,7 +106,7 @@
106
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
107
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
108
#
109
-__version__ = "1.5.0"
+__version__ = "1.6.dev0"
110
111
112
import os
0 commit comments