Skip to content

Commit

Permalink
release v0.17.3 (#3915)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c44d0275c68637772d469e70c6e9f5b2bdba29ca
  • Loading branch information
jpoehnelt authored and Descartes Labs Build committed Mar 7, 2019
1 parent 1e9e3a1 commit 8642d7d
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,8 +9,10 @@ Changelog
=========

## [Unreleased]
## [0.17.3] - 2019-03-06
### Changed
- Fixed issues with `Catalog.upload_ndarray()` under Windows
- Added header to client requests to better debug retries

## [0.17.2] - 2019-02-26
### Changed
Expand Down Expand Up @@ -343,7 +345,8 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.2...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.3...HEAD
[0.17.3]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.17.2...v0.17.3
[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
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.2"
__version__ = "0.17.3"

0 comments on commit 8642d7d

Please sign in to comment.