Skip to content

Commit bfa7683

Browse files
authored
3.2.8 (#144)
* Sync scs version * 3.2.8 * disable broken downloads link * update to new downloads badge * tweak new downloads badge
1 parent 6ba875f commit bfa7683

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 3.2.7
2+
current_version = 3.2.8
33

44
[bumpversion:file:legacy_setup.py]
55

66
[bumpversion:file:pyproject.toml]
7-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ scs-python
33

44
[![Build Status](https://github.com/bodono/scs-python/actions/workflows/build.yml/badge.svg)](https://github.com/bodono/scs-python/actions/workflows/build.yml)
55
[![Documentation](https://img.shields.io/badge/docs-online-brightgreen?logo=read-the-docs&style=flat)](https://www.cvxgrp.org/scs/)
6-
[![PyPI package](https://img.shields.io/pypi/dm/scs?label=PyPI%20downloads)](https://pypi.org/project/scs/)
7-
6+
[![PyPI Downloads/Month](https://static.pepy.tech/personalized-badge/scs?period=month&units=abbreviation&left_color=grey&right_color=brightgreen&left_text=downloads/month)](https://pepy.tech/project/scs)
87

98
Python interface for [SCS](https://github.com/cvxgrp/scs) 3.0.0 and higher.
109
The full documentation is available [here](https://www.cvxgrp.org/scs/).

legacy_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def install_scs(**kwargs):
310310

311311
setup(
312312
name="scs",
313-
version="3.2.7",
313+
version="3.2.8",
314314
author="Brendan O'Donoghue",
315315
author_email="[email protected]",
316316
url="http://github.com/cvxgrp/scs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = 'scs'
10-
version = "3.2.7"
10+
version = "3.2.8"
1111
description = 'Splitting conic solver'
1212
readme = 'README.md'
1313
requires-python = '>=3.9'

scs_source

Submodule scs_source updated 49 files

0 commit comments

Comments
 (0)