Skip to content

Commit

Permalink
Bump version: 0.2.0.dev9 → 0.2.0.dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Nov 23, 2017
1 parent 410449e commit 113e643
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0.dev9
current_version = 0.2.0.dev10
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ subject to l <= A x <= u
where `x in R^n` is the optimization variable. The objective function is defined by a positive semidefinite matrix `P in S^n_+` and vector `q in R^n`. The linear constraints are defined by matrix `A in R^{m x n}` and vectors `l in R^m U {-inf}^m`, `u in R^m U {+inf}^m`.


The latest version is `0.2.0.dev9`.
The latest version is `0.2.0.dev10`.

<br>

Expand Down
8 changes: 4 additions & 4 deletions ci/appveyor/deploy.cmd
Expand Up @@ -18,9 +18,9 @@ IF "%PYTHON_VERSION%" == "3.6" (
cd %APPVEYOR_BUILD_FOLDER%\build\out

IF "%PLATFORM%" == "x86" (
set "OSQP_DEPLOY_DIR=osqp-0.2.0.dev9-windows32"
set "OSQP_DEPLOY_DIR=osqp-0.2.0.dev10-windows32"
) ELSE (
set "OSQP_DEPLOY_DIR=osqp-0.2.0.dev9-windows64"
set "OSQP_DEPLOY_DIR=osqp-0.2.0.dev10-windows64"
)
REM Create directories
REM NB. We force expansion of the variable at execution time!
Expand All @@ -45,11 +45,11 @@ IF "%PYTHON_VERSION%" == "3.6" (
7z a -tgzip !OSQP_DEPLOY_DIR!.tar.gz !OSQP_DEPLOY_DIR!.tar

REM Deploy to Bintray
curl -T !OSQP_DEPLOY_DIR!.tar.gz -ubstellato:%BINTRAY_API_KEY% -H "X-Bintray-Package:OSQP" -H "X-Bintray-Version:0.2.0.dev9" https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev9/
curl -T !OSQP_DEPLOY_DIR!.tar.gz -ubstellato:%BINTRAY_API_KEY% -H "X-Bintray-Package:OSQP" -H "X-Bintray-Version:0.2.0.dev10" https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev10/
if errorlevel 1 exit /b 1

REM Publish
curl -X POST -ubstellato:%BINTRAY_API_KEY% https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev9/publish
curl -X POST -ubstellato:%BINTRAY_API_KEY% https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev10/publish
if errorlevel 1 exit /b 1
)

Expand Down
6 changes: 3 additions & 3 deletions ci/travis/deploy.sh
Expand Up @@ -34,7 +34,7 @@ else
OS_NAME="linux"
OS_SHARED_LIB_EXT="so"
fi
OSQP_DEPLOY_DIR=osqp-0.2.0.dev9-${OS_NAME}64
OSQP_DEPLOY_DIR=osqp-0.2.0.dev10-${OS_NAME}64
mkdir $OSQP_DEPLOY_DIR/
mkdir $OSQP_DEPLOY_DIR/lib
mkdir $OSQP_DEPLOY_DIR/include
Expand All @@ -51,10 +51,10 @@ tar -czvf $OSQP_DEPLOY_DIR.tar.gz $OSQP_DEPLOY_DIR


# Deploy package
curl -T $OSQP_DEPLOY_DIR.tar.gz -ubstellato:$BINTRAY_API_KEY -H "X-Bintray-Package:OSQP" -H "X-Bintray-Version:0.2.0.dev9" https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev9/
curl -T $OSQP_DEPLOY_DIR.tar.gz -ubstellato:$BINTRAY_API_KEY -H "X-Bintray-Package:OSQP" -H "X-Bintray-Version:0.2.0.dev10" https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev10/

# Publish
curl -X POST -ubstellato:$BINTRAY_API_KEY https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev9/publish
curl -X POST -ubstellato:$BINTRAY_API_KEY https://api.bintray.com/content/bstellato/generic/OSQP/0.2.0.dev10/publish

fi

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -24,7 +24,7 @@
# sys.path.insert(0, os.path.abspath('.'))

# Set version for bumpversion
__version__ = "0.2.0.dev9"
__version__ = "0.2.0.dev10"

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.conf
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "OSQP"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.0.dev9
PROJECT_NUMBER = 0.2.0.dev10

# 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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/CC++.rst
Expand Up @@ -6,7 +6,7 @@ CC++ interface
Binaries
--------

Precompiled platform-dependent shared and static libraries are available on `Bintray <https://bintray.com/bstellato/generic/OSQP/0.2.0.dev9>`_.
Precompiled platform-dependent shared and static libraries are available on `Bintray <https://bintray.com/bstellato/generic/OSQP/0.2.0.dev10>`_.
We here assume that the user uncompressed each archive to :code:`OSQP_FOLDER`.

Each archive contains static :code:`OSQP_FOLDER/lib/libosqpstatic.a` and shared :code:`OSQP_FOLER/lib/libosqp.ext` libraries to be used to interface OSQP to any C/C++ software.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/matlab.rst
Expand Up @@ -12,7 +12,7 @@ To install the interface, just run the following commands:

.. code:: matlab
websave('install_osqp.m', 'https://dl.bintray.com/bstellato/generic/OSQP/0.2.0.dev9/install_osqp.m');
websave('install_osqp.m', 'https://dl.bintray.com/bstellato/generic/OSQP/0.2.0.dev10/install_osqp.m');
install_osqp
Expand Down
2 changes: 1 addition & 1 deletion include/constants.h
Expand Up @@ -9,7 +9,7 @@ extern "C" {
/*******************
* OSQP Versioning *
*******************/
#define OSQP_VERSION ("0.2.0.dev9") /* string literals automatically null-terminated */
#define OSQP_VERSION ("0.2.0.dev10") /* string literals automatically null-terminated */


/******************
Expand Down
2 changes: 1 addition & 1 deletion interfaces/matlab/osqp.m
@@ -1,5 +1,5 @@
classdef osqp < handle
% osqp interface class for OSQP solver v0.2.0.dev9
% osqp interface class for OSQP solver v0.2.0.dev10
% This class provides a complete interface to the C implementation
% of the OSQP solver.
%
Expand Down
2 changes: 1 addition & 1 deletion interfaces/matlab/package/install_osqp.m
Expand Up @@ -11,7 +11,7 @@
end

fprintf('Downloading binaries...');
package_name = sprintf('https://dl.bintray.com/bstellato/generic/OSQP/0.2.0.dev9/osqp-0.2.0.dev9-matlab-%s64.tar.gz', platform);
package_name = sprintf('https://dl.bintray.com/bstellato/generic/OSQP/0.2.0.dev10/osqp-0.2.0.dev10-matlab-%s64.tar.gz', platform);
websave('osqp.tar.gz', package_name);
fprintf('\t\t\t\t[done]\n');

Expand Down
4 changes: 2 additions & 2 deletions interfaces/python/conda_recipe/osqp/meta.yaml
@@ -1,10 +1,10 @@
package:
name: osqp
version: "0.2.0.dev9"
version: "0.2.0.dev10"

source:
git_url: https://github.com/oxfordcontrol/osqp.git
git_tag: v0.2.0.dev9
git_tag: v0.2.0.dev10


# build:
Expand Down
Expand Up @@ -64,7 +64,7 @@


setup(name='PYTHON_EXT_NAME',
version='0.2.0.dev9',
version='0.2.0.dev10',
author='Bartolomeo Stellato, Goran Banjac',
author_email='bartolomeo.stellato@gmail.com',
description='This is the Python module for embedded OSQP: ' +
Expand Down
2 changes: 1 addition & 1 deletion interfaces/python/module/interface.py
@@ -1,5 +1,5 @@
"""
Python interface module for OSQP solver v0.2.0.dev9
Python interface module for OSQP solver v0.2.0.dev10
"""
from __future__ import print_function
from builtins import object
Expand Down
2 changes: 1 addition & 1 deletion interfaces/python/modulepurepy/_osqp.py
Expand Up @@ -327,7 +327,7 @@ class OSQP(object):
work - workspace
"""
def __init__(self):
self._version = "0.2.0.dev9"
self._version = "0.2.0.dev10"

@property
def version(self):
Expand Down
2 changes: 1 addition & 1 deletion interfaces/python/setup.py
Expand Up @@ -159,7 +159,7 @@ def build_extensions(self):
'osqppurepy']

setup(name='osqp',
version='0.2.0.dev9',
version='0.2.0.dev10',
author='Bartolomeo Stellato, Goran Banjac',
author_email='bartolomeo.stellato@gmail.com',
description='OSQP: The Operator Splitting QP Solver',
Expand Down

0 comments on commit 113e643

Please sign in to comment.