Skip to content

Commit 8dcd639

Browse files
authored
Merge pull request #3505 from blnicho/finalize-release-6.9.1
Finalize Pyomo 6.9.1
2 parents 8883d75 + 4488830 commit 8dcd639

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.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

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
-------------------------------------------------------------------------------

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

pyomo/version/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
major = 6
2828
minor = 9
2929
micro = 1
30-
releaselevel = 'invalid'
31-
# releaselevel = 'final'
30+
# releaselevel = 'invalid'
31+
releaselevel = 'final'
3232
serial = 0
3333

3434
if releaselevel == 'final':

0 commit comments

Comments
 (0)