Skip to content

Commit

Permalink
Prepare client release 0.17.0 (#3680)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b7265710e46ecf74312e3797629703cce2ea66b6
  • Loading branch information
stephaniegott authored and Descartes Labs Build committed Feb 7, 2019
1 parent 66e119b commit 242a63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog
=========

## [Unreleased]

## [0.17.0] - 2019-02-07
### Added
- `FeatureCollection.upload` and `Vector.upload_features` now accept an optional `max_errors` parameter to control how many errors are acceptable before declaring an upload a failure.
- `UploadTask` (as returned by `FeatureCollection.upload` and `Vector.list_uploads`) now has added attributes to better identify what was processed and what errors occurred.
Expand Down Expand Up @@ -319,7 +321,8 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.16.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.14.0...v0.14.1
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.16.0"
__version__ = "0.17.0"

0 comments on commit 242a63e

Please sign in to comment.