Skip to content

Commit fdaa916

Browse files
committed
Bump version
1 parent d6e830c commit fdaa916

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
What's new
22
==========
33

4-
Release 2024.1 (coming 2024)
5-
----------------------------
4+
Release 2024.1 (April 2024)
5+
---------------------------
66

77
- Python 3.10, 3.11, 3.12
88

advanced/mathematical_optimization/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ and :math:`g(x) < 0`.
10021002
message: Optimization terminated successfully
10031003
success: True
10041004
status: 0
1005-
fun: 2.4748737350439685
1005+
fun: 2.474873735045016
10061006
x: [ 1.250e+00 2.500e-01]
10071007
nit: 5
10081008
jac: [-7.071e-01 -7.071e-01]

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The version info for the project you're documenting, acts as replacement for
8282
# |version| and |release|, also used in various other places throughout the
8383
# built documents.
84-
release = "2024.1"
84+
release = "2024.2rc0.dev0"
8585
version = release
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)