Skip to content

Commit

Permalink
Preparing for release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwittek committed Aug 7, 2016
1 parent 4943c80 commit dfe5590
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.11.0'
version = '1.11.1'
# The full version, including alpha/beta/rc tags.
release = '1.11.0'
release = '1.11.1'

# 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.11.0**
**Version 1.11.1 (2016-08-07)**
- Fixed: Major bug in generating localizing matrices with the correct monomials.
- Fixed: ``fast_substitute`` is able to handle some more extreme forms of commuting monomials.

Expand Down
2 changes: 1 addition & 1 deletion ncpol2sdpa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
2. Helper functions to define physics problems.
"""
__version__ = "1.11.0"
__version__ = "1.11.1"
from .faacets_relaxation import FaacetsRelaxation
from .sdp_relaxation import SdpRelaxation
from .steering_hierarchy import SteeringHierarchy
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.11.0',
version='1.11.1',
author='Peter Wittek',
author_email='[email protected]',
packages=['ncpol2sdpa'],
Expand Down

0 comments on commit dfe5590

Please sign in to comment.