Skip to content

Commit

Permalink
RELEASE 1.3.2 - bugfix release (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Aug 9, 2023
1 parent 85ab836 commit 942a410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Latest changes
==============

Release 1.3.2 -- In developpement
---------------------------------
Release 1.3.2 -- 2023/08/08
---------------------------

- Fix a regression in ``joblib.Parallel`` introduced in 1.3.0 where
explicitly setting ``n_jobs=None`` was not interpreted as "unset".
Expand All @@ -14,6 +14,12 @@ Release 1.3.2 -- In developpement
initialization.
https://github.com/joblib/joblib/pull/1494

- Various maintenance updates to the doc, the ci and the test.
https://github.com/joblib/joblib/pull/1480,
https://github.com/joblib/joblib/pull/1481,
https://github.com/joblib/joblib/pull/1476,
https://github.com/joblib/joblib/pull/1492

Release 1.3.1 -- 2023/06/29
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion joblib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '1.3.1'
__version__ = '1.3.2'


import os
Expand Down

0 comments on commit 942a410

Please sign in to comment.