Skip to content

Commit 7b7f388

Browse files
committed
Update for 6.7.1 release
1 parent 83040cd commit 7b7f388

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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.7.0</stableVersionNumber>
231-
<releaseNumber>6.7.0</releaseNumber>
230+
<stableVersionNumber>6.7.1</stableVersionNumber>
231+
<releaseNumber>6.7.1</releaseNumber>
232232

233233
</developmentStatus>
234234

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To get help from the Pyomo community ask a question on one of the following:
8383

8484
### Developers
8585

86-
Pyomo development moved to this repository in June, 2016 from
86+
Pyomo development moved to this repository in June 2016 from
8787
Sandia National Laboratories. Developer discussions are hosted by
8888
[Google Groups](https://groups.google.com/forum/#!forum/pyomo-developers).
8989

RELEASE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We are pleased to announce the release of Pyomo 6.7.0.
1+
We are pleased to announce the release of Pyomo 6.7.1.
22

33
Pyomo is a collection of Python software packages that supports a
44
diverse set of optimization capabilities for formulating and analyzing
@@ -9,9 +9,10 @@ The following are highlights of the 6.7 release series:
99
- Added support for Python 3.12
1010
- Removed support for Python 3.7
1111
- New writer for converting linear models to matrix form
12+
- Improved handling of nested GDPs
1213
- New packages:
1314
- latex_printer (print Pyomo models to a LaTeX compatible format)
14-
- contrib.solve: Part 1 of refactoring Pyomo's solver interfaces
15+
- contrib.solver: preview of redesigned solver interfaces
1516
- ...and of course numerous minor bug fixes and performance enhancements
1617

1718
A full list of updates and changes is available in the

pyomo/version/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
major = 6
2828
minor = 7
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)