Skip to content

Commit fb6c6e6

Browse files
committed
Finalizing the Pyomo 6.4.0 release
1 parent f4c919c commit fb6c6e6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.3.1</stableVersionNumber>
231-
<releaseNumber>6.3.1</releaseNumber>
230+
<stableVersionNumber>6.4.0</stableVersionNumber>
231+
<releaseNumber>6.4.0</releaseNumber>
232232

233233
</developmentStatus>
234234

RELEASE.txt

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

33
Pyomo is a collection of Python software packages that supports a
44
diverse set of optimization capabilities for formulating and analyzing
@@ -10,6 +10,7 @@ The following are highlights of the 6.0 release series:
1010
- Integration of Boolean variables into GDP
1111
- Integration of NumPy support into the Pyomo expression system
1212
- Added support for Python 3.10
13+
- Removed support for Python 3.6
1314
- New packages:
1415
- APPSI (Auto-Persistent Pyomo Solver Interfaces)
1516
- External grey box models

pyomo/version/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# should generally be left at 0, unless a downstream package is tracking
2525
# main and needs a hard reference to "suitably new" development.
2626
major=6
27-
minor=3
28-
micro=1
27+
minor=4
28+
micro=0
2929
#releaselevel='invalid'
3030
releaselevel='final'
3131
serial=0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def _print_deps(self, deplist):
174174
maintainer_email = '[email protected]',
175175
url = 'http://pyomo.org',
176176
project_urls = {
177-
'Documentation': 'https://pyomo.readthedocs.io/en/stable/',
177+
'Documentation': 'https://pyomo.readthedocs.io/',
178178
'Source': 'https://github.com/Pyomo/pyomo',
179179
},
180180
license = 'BSD',

0 commit comments

Comments
 (0)