Skip to content

Commit 960111a

Browse files
committed
Release 1.6.0
Fixes --- - Updated sphinx and docs conf (#400) - Documented samplers async behavior (#408) - Added more properties to `MockDWaveSampler` (#403) - CI refactored; leaner integration tests (#405) Changes --- - Dropped Python 3.5 support (#405)
1 parent 2ac38a1 commit 960111a

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.6.0.dev0'
17+
__version__ = '1.6.0'
1818
__author__ = 'D-Wave Systems Inc.'
1919
__authoremail__ = '[email protected]'
2020
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)