From efe775d2c8901d5456759eab329586d513846984 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 27 Aug 2025 20:25:54 -0600 Subject: [PATCH] Resetting main for development (6.9.5.dev0) --- .github/workflows/test_branches.yml | 2 +- .github/workflows/test_pr_and_main.yml | 2 +- pyomo/version/info.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_branches.yml b/.github/workflows/test_branches.yml index 68e1313b505..7dc2a7e4059 100644 --- a/.github/workflows/test_branches.yml +++ b/.github/workflows/test_branches.yml @@ -23,7 +23,7 @@ env: PYTHON_CORE_PKGS: wheel PYPI_ONLY: z3-solver linear-tree PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels linear-tree - CACHE_VER: v250820.0 + CACHE_VER: v250827.0 NEOS_EMAIL: tests@pyomo.org SRC_REF: ${{ github.head_ref || github.ref }} PYOMO_WORKFLOW: branch diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index 76a301c4e4b..34f4e27a62d 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -31,7 +31,7 @@ env: PYTHON_CORE_PKGS: wheel PYPI_ONLY: z3-solver linear-tree PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels linear-tree - CACHE_VER: v250820.0 + CACHE_VER: v250827.0 NEOS_EMAIL: tests@pyomo.org SRC_REF: ${{ github.head_ref || github.ref }} PYOMO_WORKFLOW: | diff --git a/pyomo/version/info.py b/pyomo/version/info.py index 91c99e66fb7..38781e1d47a 100644 --- a/pyomo/version/info.py +++ b/pyomo/version/info.py @@ -26,9 +26,9 @@ # main and needs a hard reference to "suitably new" development. major = 6 minor = 9 -micro = 4 -# releaselevel = 'invalid' -releaselevel = 'final' +micro = 5 +releaselevel = 'invalid' +# releaselevel = 'final' serial = 0 if releaselevel == 'final':