Skip to content

Commit 3bbcbcb

Browse files
Update version number and changelog
1 parent 5317228 commit 3bbcbcb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyomo/contrib/pyros/CHANGELOG.txt

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ PyROS CHANGELOG
33
===============
44

55

6+
-------------------------------------------------------------------------------
7+
PyROS 1.3.7 06 Mar 2025
8+
-------------------------------------------------------------------------------
9+
- Modify reformulation of state-variable independent second-stage
10+
equality constraints for problems with discrete uncertainty sets
11+
12+
613
-------------------------------------------------------------------------------
714
PyROS 1.3.6 06 Mar 2025
815
-------------------------------------------------------------------------------

pyomo/contrib/pyros/pyros.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535

36-
__version__ = "1.3.6"
36+
__version__ = "1.3.7"
3737

3838

3939
default_pyros_solver_logger = setup_pyros_logger()

0 commit comments

Comments
 (0)