diff --git a/doc/source/conf.py b/doc/source/conf.py index b927403..acd50bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '1.10.1' +version = '1.10.2' # The full version, including alpha/beta/rc tags. -release = '1.10.1' +release = '1.10.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/revision_history.rst b/doc/source/revision_history.rst index 6529a11..5b0d768 100644 --- a/doc/source/revision_history.rst +++ b/doc/source/revision_history.rst @@ -1,10 +1,9 @@ Revision History **************** -**Since 1.10.1** +**Version 1.10.2 (2016-02-03)** - New: Very efficient substitutions of moment equalities if one side of the equality is the moment of a monomial, and the other side is a constant. - **Version 1.10.1 (2016-01-29)** - Fixed: The moment equalities are removed correctly if asked. diff --git a/setup.py b/setup.py index abef041..6a92142 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from distutils.core import setup setup( name='ncpol2sdpa', - version='1.10.1', + version='1.10.2', author='Peter Wittek', author_email='peterwittek@users.noreply.github.com', packages=['ncpol2sdpa'],