Skip to content

Commit 5fd8f15

Browse files
committed
SFinal release edit for 6.4.4
1 parent 94e59fa commit 5fd8f15

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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.4.3</stableVersionNumber>
231-
<releaseNumber>6.4.3</releaseNumber>
230+
<stableVersionNumber>6.4.4</stableVersionNumber>
231+
<releaseNumber>6.4.4</releaseNumber>
232232

233233
</developmentStatus>
234234

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.4.3.
1+
We are pleased to announce the release of Pyomo 6.4.4.
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

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

3434
if releaselevel == 'final':
@@ -40,7 +40,7 @@
4040
if __file__.endswith('setup.py'):
4141
# This file is being sources (exec'ed) from setup.py.
4242
# dirname(__file__) setup.py's scope is the root sourec directory
43-
_rootdir = os.path.dirname(__file__)
43+
_rootdir = dirname(__file__)
4444
else:
4545
# Eventually this should import PYOMO_ROOT_DIR from
4646
# pyomo.common instead of reimplementing that logic here.

0 commit comments

Comments
 (0)