Skip to content

Commit

Permalink
client: release v0.13.2 (#2992)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4ba0d9c80e1687daef967281054b10a632afae84
  • Loading branch information
jpoehnelt authored and Descartes Labs Build committed Nov 6, 2018
1 parent ebe16af commit 530acca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ Changelog
=========

## [Unreleased]

## [0.13.2] - 2018-11-06
### Changed
- `FutureTask inheritance changed from `dict` to `object`.

### Added
- Can now specify a GPU parameter for tasks.
- `Vectors.upload` allows you to upload a JSON newline delimited file.
- `Vectors.list_uploads` allows you to list all uploads for a vector product.
- `UploadTask` contains the information about an upload and is returned by both methods.
Expand Down Expand Up @@ -267,7 +270,8 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.13.2...HEAD
[0.13.2]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.11.2...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13.1"
__version__ = "0.13.2"

0 comments on commit 530acca

Please sign in to comment.