From 07ca69c296312c260027c755f545f05bf45156eb Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Mon, 12 Apr 2021 09:43:08 +0100 Subject: [PATCH] bump to v 2.1.3 --- .bumpversion.cfg | 2 +- README.md | 4 ++-- include/glbopts.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 83b2efb04..8a6f7d617 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2 +current_version = 2.1.3 [bumpversion:file:README.md] diff --git a/README.md b/README.md index 4f394f1d5..3a7cade7b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ toolboxes [CVX](http://cvxr.com/cvx/) (3.0 or later), [Convex.jl](https://github.com/JuliaOpt/Convex.jl), and [Yalmip](https://github.com/johanlofberg/YALMIP). -The current version is `2.1.2`. If you wish to cite SCS, please use the +The current version is `2.1.3`. If you wish to cite SCS, please use the following: ``` @article{ocpb:16, @@ -37,7 +37,7 @@ following: } @misc{scs, author = {B. O'Donoghue and E. Chu and N. Parikh and S. Boyd}, - title = {{SCS}: Splitting Conic Solver, version 2.1.2}, + title = {{SCS}: Splitting Conic Solver, version 2.1.3}, howpublished = {\url{https://github.com/cvxgrp/scs}}, month = nov, year = 2019 diff --git a/include/glbopts.h b/include/glbopts.h index 021d34195..11efb69a0 100644 --- a/include/glbopts.h +++ b/include/glbopts.h @@ -13,7 +13,7 @@ extern "C" { /* SCS VERSION NUMBER ---------------------------------------------- */ #define SCS_VERSION \ - ("2.1.2") /* string literals automatically null-terminated */ + ("2.1.3") /* string literals automatically null-terminated */ /* SCS returns one of the following integers: */ #define SCS_INFEASIBLE_INACCURATE (-7)