Skip to content

Commit fdd04bc

Browse files
committed
Prepare to release v0.1.4
1 parent d2390e6 commit fdd04bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/doc/source/whatsnew/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
What's new
55
**********
66

7-
Version 0.1.4
8-
-------------
7+
Version 0.1.4 (30/10/2024)
8+
--------------------------
99

1010
- Improved example :ref:`sphx_glr_auto_examples_plot_pandas.py` to work in Pandas version >= 2.
1111
- Changed behavior of :func:`~moocore.apply_within_sets`. The previous behavior could lead to subtle bugs.

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "moocore"
11-
version = "0.1.4dev0"
11+
version = "0.1.4"
1212
description = "Core Algorithms for Multi-Objective Optimization"
1313
readme = "README.md"
1414
keywords = [

0 commit comments

Comments
 (0)