Skip to content

Commit

Permalink
[EP-753] Prepare client release 0.17.2 (#3857)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d83ca24d5cf4be5603a1db048ba7eca7661666ad
  • Loading branch information
nikhaldi authored and Descartes Labs Build committed Feb 26, 2019
1 parent 8449389 commit 6020f13
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,6 +9,8 @@ Changelog
=========

## [Unreleased]

## [0.17.2] - 2019-02-26
### Changed
- Tasks methods `create_function`, `create_or_get_function`, and `new_group` now have image as a required parameter
- The `name` parameter is renamed to `product_id` in `Vector.create_product`, and `FeatureCollection.create` and `FeatureCollection.copy`. The 'name' parameter is renamed to `new_product_id` in `Vector.create_product_from_query`. Using `name` will continue to work, but will be removed completely in future versions.
Expand Down Expand Up @@ -339,7 +341,9 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.2...HEAD
[0.17.2]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.1...v0.17.2
[0.17.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.0...v0.17.1
[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
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.17.1"
__version__ = "0.17.2"

0 comments on commit 6020f13

Please sign in to comment.