From 25a353e1135b5103488f2c9b62fd3513a569dbfa Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 12 Oct 2025 18:19:21 +0100 Subject: [PATCH 1/2] update to scs 3.2.9 --- scs_source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scs_source b/scs_source index ef77ae1..c829717 160000 --- a/scs_source +++ b/scs_source @@ -1 +1 @@ -Subproject commit ef77ae11181f399ea3e35122944ba3091ee1a77f +Subproject commit c8297172633bcb3a10d4781a19d4769ce5282d29 From 45cfb53c52b7d492d86b6b538d1b0c1931ebd6ac Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 12 Oct 2025 18:19:31 +0100 Subject: [PATCH 2/2] bump to 3.2.9 --- .bumpversion.cfg | 2 +- legacy_setup.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1e9e3c1..7384d85 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.8 +current_version = 3.2.9 [bumpversion:file:legacy_setup.py] diff --git a/legacy_setup.py b/legacy_setup.py index 00e2389..220d811 100644 --- a/legacy_setup.py +++ b/legacy_setup.py @@ -310,7 +310,7 @@ def install_scs(**kwargs): setup( name="scs", - version="3.2.8", + version="3.2.9", author="Brendan O'Donoghue", author_email="bodonoghue85@gmail.com", url="http://github.com/cvxgrp/scs", diff --git a/pyproject.toml b/pyproject.toml index a64afd9..4e44b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = 'scs' -version = "3.2.8" +version = "3.2.9" description = 'Splitting conic solver' readme = 'README.md' requires-python = '>=3.9'