Skip to content

Commit

Permalink
Merge branch 'release/1.2.x' into cherrypick/1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDiamond committed Nov 22, 2022
2 parents e872ba3 + 7986993 commit 8fc5154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/tutorial/advanced/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ parses and solves the problem.
a non-DPP problem (instead of just a warning). Only relevant for
problems involving Parameters. Defaults to ``False``.
:type enforce_dpp: bool, optional
:param ignore_dpp : When True, DPP problems will be treated as non-DPP,
:param ignore_dpp: When True, DPP problems will be treated as non-DPP,
which may speed up compilation. Defaults to False.
:type ignore_dpp: bool, optional
:param kwargs: Additional keyword arguments specifying solver specific options.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

MAJOR = 1
MINOR = 2
MICRO = 2
MICRO = 3
IS_RELEASED = False
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
Expand Down

0 comments on commit 8fc5154

Please sign in to comment.