Skip to content

Commit 1ab81f9

Browse files
authored
Merge pull request Pyomo#2088 from Pyomo/finalize-release
Finalize release 6.1.1
2 parents cd58722 + da65675 commit 1ab81f9

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.coin-or/projDesc.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ optimization models.
6868
<!--Fill in your text below (outside the comment block). -->
6969

7070
<projectManager>
71-
Carl D. Laird, Chair, Pyomo Management Committee, cdlaird at sandia dot gov
71+
Carl D. Laird, Chair, Pyomo Management Committee, claird at andrew dot cmu dot edu
7272
</projectManager>
7373

7474
<!-- Fill in the URLS you would like use for your main -->
@@ -227,8 +227,8 @@ Carl D. Laird, Chair, Pyomo Management Committee, cdlaird at sandia dot gov
227227
Use explicit overrides to disable use of automated
228228
version reporting.
229229
-->
230-
<stableVersionNumber>6.1</stableVersionNumber>
231-
<releaseNumber>6.1</releaseNumber>
230+
<stableVersionNumber>6.1.1</stableVersionNumber>
231+
<releaseNumber>6.1.1</releaseNumber>
232232

233233
</developmentStatus>
234234

CHANGELOG.txt

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Pyomo CHANGELOG
33
===============
44

5+
-------------------------------------------------------------------------------
6+
Pyomo 6.1.1 17 Aug 2021
7+
-------------------------------------------------------------------------------
8+
9+
- General
10+
- Adding missing __init__.py files across Pyomo (#2086)
11+
512
-------------------------------------------------------------------------------
613
Pyomo 6.1 17 Aug 2021
714
-------------------------------------------------------------------------------

RELEASE.txt

+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.1.
1+
We are pleased to announce the release of Pyomo 6.1.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
@@ -26,8 +26,8 @@
2626
major=6
2727
minor=1
2828
micro=1
29-
releaselevel='invalid'
30-
#releaselevel='final'
29+
#releaselevel='invalid'
30+
releaselevel='final'
3131
serial=0
3232

3333
if releaselevel == 'final':

0 commit comments

Comments
 (0)