From c5cab02b36af1de28dc121d57a51f0449c449275 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Wed, 5 Apr 2023 09:18:05 +0100 Subject: [PATCH] bump version to 3.2.3 (#248) --- .bumpversion.cfg | 2 +- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- README.md | 2 +- docs/src/Doxyfile | 2 +- docs/src/citing/index.rst | 2 +- docs/src/conf.py | 2 +- include/glbopts.h | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4c2e767..19cb0eec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.2 +current_version = 3.2.3 [bumpversion:file:README.md] diff --git a/CITATION.cff b/CITATION.cff index 81b0d30d..949f22df 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ authors: - family-names: "Boyd" given-names: "Stephen" title: "SCS: Spltting Conic Solver" -version: 3.2.2 -date-released: 2021 +version: 3.2.3 +date-released: 2023 url: "https://github.com/cvxgrp/scs" # Original SCS paper: diff --git a/CMakeLists.txt b/CMakeLists.txt index 26d6be17..227435b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5) project( scs LANGUAGES C - VERSION 3.2.2) + VERSION 3.2.3) # Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful # macros. See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html diff --git a/README.md b/README.md index 18e06f9a..e5d3857b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SCS (`splitting conic solver`) is a numerical optimization package for solving -large-scale convex cone problems. The current version is `3.2.2`. +large-scale convex cone problems. The current version is `3.2.3`. The full documentation is available [here](https://www.cvxgrp.org/scs/). diff --git a/docs/src/Doxyfile b/docs/src/Doxyfile index 0400dbd6..4564d355 100644 --- a/docs/src/Doxyfile +++ b/docs/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SCS" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.2.2 +PROJECT_NUMBER = 3.2.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/src/citing/index.rst b/docs/src/citing/index.rst index c4a7a454..fdcfca25 100644 --- a/docs/src/citing/index.rst +++ b/docs/src/citing/index.rst @@ -48,7 +48,7 @@ If you wish to cite SCS, please use any of the following: @misc{scs, author = {Brendan O'Donoghue and Eric Chu and Neal Parikh and Stephen Boyd}, - title = {{SCS}: Splitting Conic Solver, version 3.2.2}, + title = {{SCS}: Splitting Conic Solver, version 3.2.3}, howpublished = {\url{https://github.com/cvxgrp/scs}}, month = nov, year = 2022 diff --git a/docs/src/conf.py b/docs/src/conf.py index dc3114c6..2bacf53c 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -24,7 +24,7 @@ author = "Brendan O'Donoghue" # The full version, including alpha/beta/rc tags -__version__ = "3.2.2" +__version__ = "3.2.3" release = __version__ version = __version__ diff --git a/include/glbopts.h b/include/glbopts.h index d8361b25..e963a5e4 100644 --- a/include/glbopts.h +++ b/include/glbopts.h @@ -14,7 +14,7 @@ extern "C" { /* SCS VERSION NUMBER ---------------------------------------------- */ /* string literals automatically null-terminated */ -#define SCS_VERSION ("3.2.2") +#define SCS_VERSION ("3.2.3") /* verbosity level */ #ifndef VERBOSITY