Skip to content

Commit

Permalink
Preparing for release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwittek committed Feb 26, 2016
1 parent 23941a4 commit 5ade4ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Optional dependencies include:

Usage
=====
Documentation is available `on Read the Docs <http://ncpol2sdpa.readthedocs.org/en/stable/>`_. The following code replicates the toy example from Pironio, S.; Navascués, M. & Acín, A. Convergent relaxations of polynomial optimization problems with noncommuting variables SIAM Journal on Optimization, SIAM, 2010, 20, 2157-2180.
Documentation is available on `Read the Docs <http://ncpol2sdpa.readthedocs.org/en/stable/>`_. The following code replicates the toy example from Pironio, S.; Navascués, M. & Acín, A. Convergent relaxations of polynomial optimization problems with noncommuting variables SIAM Journal on Optimization, SIAM, 2010, 20, 2157-2180.

.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '1.10.2'
version = '1.10.3'
# The full version, including alpha/beta/rc tags.
release = '1.10.2'
release = '1.10.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/revision_history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision History
****************
Since version 1.10.2:
**Version 1.10.3 (2016-02-26)**
- Fixed: Problem with unexpanded moment equality constraints resolved.

**Version 1.10.2 (2016-02-03)**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup
setup(
name='ncpol2sdpa',
version='1.10.2',
version='1.10.3',
author='Peter Wittek',
author_email='peterwittek@users.noreply.github.com',
packages=['ncpol2sdpa'],
Expand Down

0 comments on commit 5ade4ff

Please sign in to comment.