Skip to content

Commit

Permalink
Merge pull request #2842 from blnicho/finalize-release-6.6.0
Browse files Browse the repository at this point in the history
NFC: Fixing minor formatting for 6.6.0 release changes
  • Loading branch information
blnicho authored May 24, 2023
2 parents f096ce1 + 89c010d commit d39671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/version/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
minor = 6
micro = 0
# releaselevel = 'invalid'
releaselevel='final'
releaselevel = 'final'
serial = 0

if releaselevel == 'final':
Expand Down

0 comments on commit d39671e

Please sign in to comment.