Skip to content

Commit 2e2d952

Browse files
committed
chore: 🔖 bump to version 2.3.2
1 parent f8f90da commit 2e2d952

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22

3+
# 2.3.2
4+
- [BUG] Fix errors generated when updating dependencies with different naming for arguments
5+
36
# 2.3.1
47
- [BUG] replace np.Inf by np.inf for compatibility purpose
58

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ keywords:
1515
- "Machine Learning"
1616
license: MIT License
1717
url: 'https://github.com/ThomasBury/arfs'
18-
version: 2.3.1
18+
version: 2.3.2
1919
date-released: 2021-12-18

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "arfs"
24-
copyright = "2023, Thomas Bury"
24+
copyright = "2024, Thomas Bury"
2525
author = "Thomas Bury"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "2.3.1"
28+
release = "2.3.2"
2929

3030
# If extensions (or modules to document with autodoc) are in another
3131
# directory, add these directories to sys.path here. If the directory is

src/arfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""init module, providing information about the arfs package
22
"""
33

4-
__version__ = "2.3.1"
4+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)