Skip to content

Commit f037ed1

Browse files
authored
Update version 1.4.0 -> 1.5.0
Fixes ----- - Docstring formatting fixes #387 - Chain strength documentation fixes #391 - Fix broken documentation links #396 Features -------- * `DWaveCliqueSampler` can fail over #395 * Add `MockLeapHybridDQMSampler` #399
1 parent 44a0765 commit f037ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwave/system/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__all__ = ['__version__', '__author__', '__authoremail__', '__description__']
1616

17-
__version__ = '1.4.0'
17+
__version__ = '1.5.0'
1818
__author__ = 'D-Wave Systems Inc.'
1919
__authoremail__ = '[email protected]'
2020
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)