Skip to content

Commit 70242b8

Browse files
Merge branch 'main' into pyros-effective-uncertain-params
2 parents 73bfd8e + 1b18e2e commit 70242b8

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

Diff for: .coin-or/projDesc.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ Carl D. Laird, Chair, Pyomo Management Committee, claird at andrew dot cmu dot e
227227
Use explicit overrides to disable use of automated
228228
version reporting.
229229
-->
230-
<stableVersionNumber>6.9.0</stableVersionNumber>
231-
<releaseNumber>6.9.0</releaseNumber>
230+
<stableVersionNumber>6.9.1</stableVersionNumber>
231+
<releaseNumber>6.9.1</releaseNumber>
232232

233233
</developmentStatus>
234234

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Pyomo CHANGELOG
22
===============
33

4+
-------------------------------------------------------------------------------
5+
Pyomo 6.9.1 (5 Mar 2025)
6+
-------------------------------------------------------------------------------
7+
8+
- General
9+
- Remove URL and replace with full citation (#3490)
10+
- Rename project "pyomo" in setup.py [PEP 625] (#3430)
11+
- Resolve errors in `TeeStream` and `capture_output` (#3497)
12+
- Documentation
13+
- Update autosummary for Sphinx 8.2.1 (#3492)
14+
- Resolve errors building documentation PDF (#3495)
15+
- Testing
16+
- conda: disable '--update-deps' to work around buggy libffi(?) (#3499)
17+
- Update for March 2024 typos release (#3500)
18+
- Add timeout when installing optional packages (solvers) in conda (#3501)
19+
- Updates to CodeCov configuration (#3491)
20+
- Contributed Packages
21+
- APPSI: Add warmstart for appsi_highs (issue #3450) (#3494)
22+
423
-------------------------------------------------------------------------------
524
Pyomo 6.9.0 (21 Feb 2025)
625
-------------------------------------------------------------------------------

Diff for: RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We are pleased to announce the release of Pyomo 6.9.0.
1+
We are pleased to announce the release of Pyomo 6.9.1.
22

33
Pyomo is a collection of Python software packages that supports a
44
diverse set of optimization capabilities for formulating and analyzing

Diff for: pyomo/version/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# main and needs a hard reference to "suitably new" development.
2727
major = 6
2828
minor = 9
29-
micro = 1
29+
micro = 2
3030
releaselevel = 'invalid'
3131
# releaselevel = 'final'
3232
serial = 0

0 commit comments

Comments
 (0)