Skip to content

Commit

Permalink
Release version 0.7.5
Browse files Browse the repository at this point in the history
Changes since 0.7.4

New Features
---

- User-Agent extended with platform-specific tags (#393)
- CLI: `dwave --platform`
- CLI: additive verbosity for install/setup commands (#400)

Fixes
---

- `order_by` argument to `Client.get_solver` affected effective solver
  filters if used in isolation (#401)
- During problem multipart upload, individual part upload could fail on
  retry attempt if part data stream was exhausted in previous upload
  attempt (#403)
  • Loading branch information
randomir committed Jul 22, 2020
1 parent 20d1b69 commit ec5cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwave/cloud/package_info.py
Expand Up @@ -14,7 +14,7 @@

__packagename__ = 'dwave-cloud-client'
__title__ = 'D-Wave Cloud Client'
__version__ = '0.7.4'
__version__ = '0.7.5'
__author__ = 'D-Wave Systems Inc.'
__description__ = 'A minimal client for interacting with D-Wave cloud resources.'
__url__ = 'https://github.com/dwavesystems/dwave-cloud-client'
Expand Down

0 comments on commit ec5cf48

Please sign in to comment.