diff --git a/doc/source/conf.py b/doc/source/conf.py index 90f71bd..b927403 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' +version = '1.10.1' # The full version, including alpha/beta/rc tags. -release = '1.10' +release = '1.10.1' # 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 bf6e8dd..aa47cbb 100644 --- a/doc/source/revision_history.rst +++ b/doc/source/revision_history.rst @@ -1,6 +1,9 @@ Revision History **************** +**Version 1.10.1 (2016-01-29)** + - Fixed: The moment equalities are removed correctly if asked. + **Version 1.10 (2015-12-08)** - New: The function ``generate_operators`` returns a list of operators from the ``sympy.physics.quantum`` submodule. This is the old behaviour of ``generate_variables``. diff --git a/setup.py b/setup.py index 7409f50..abef041 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from distutils.core import setup setup( name='ncpol2sdpa', - version='1.10', + version='1.10.1', author='Peter Wittek', author_email='peterwittek@users.noreply.github.com', packages=['ncpol2sdpa'],