Skip to content

Commit 5e56f46

Browse files
committed
Bump to version 1.6.0.
1 parent 8f13441 commit 5e56f46

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ CyIpopt Changelog
33
=================
44

55
:Info: Change log for CyIpopt releases.
6-
:Date: XXXX-XX-XX
7-
:Version: 1.6.0.dev0
6+
:Date: 2024-08-14
7+
:Version: 1.6.0
88

99
GitHub holds releases, too
1010
--------------------------
@@ -35,13 +35,14 @@ Include sections:
3535
Version History
3636
---------------
3737

38-
[1.6.0.dev0] - XXXX-XX-XX
39-
~~~~~~~~~~~~~~~~~~~~~~~~~
38+
[1.6.0] - 2025-08-14
39+
~~~~~~~~~~~~~~~~~~~~
4040

4141
Changed
4242
+++++++
4343

4444
- Bumped minimal dependency versions to match versions in Ubuntu 24.04 LTS.
45+
#294
4546
- Installing and linking to the Conda Forge Ipopt binary on Windows now
4647
requires pkg-config (same as Linux and Mac). It is no longer required to set
4748
``IPOPTWINDIR=USECONDAFORGEIPOPT``; the flag is ignored. #293
@@ -52,14 +53,14 @@ Changed
5253
Removed
5354
+++++++
5455

55-
- All cyipopt 1.1.0 deprecated features are now removed. #275
56+
- All cyipopt 1.1.0 deprecated features are now removed, including the ipopt
57+
package. #275
5658

5759
Fixed
5860
+++++
5961

6062
- Bugs in warm start input checking fixed and documentation added. #271
6163
- Documentation on callbacks improved. #274
62-
>>>>>>> master
6364

6465
[1.5.0] - 2024-09-08
6566
~~~~~~~~~~~~~~~~~~~~

cyipopt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
License: EPL 2.0
1010
"""
1111

12-
__version__ = '1.6.0.dev0'
12+
__version__ = '1.6.0'

0 commit comments

Comments
 (0)