Skip to content

Commit

Permalink
Merge pull request #139 from descarteslabs/release/v0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1.
  • Loading branch information
samskillman authored Jul 5, 2017
2 parents 9a82ec2 + ae32313 commit c336f92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Changelog

## [Unreleased]

## [0.4.1] - 2017-07-05
### Added
- Add metadata.bands and metadata.products search/get capabilities.
- Add bands/products descriptions
- Additional Placetypes

### Fixes
- Better error messages with timeouts
- Update to latest version of `requests`

## [0.4.0] - 2017-06-22
### Changes
- Major refactor of metadata.search
Expand Down Expand Up @@ -105,7 +115,8 @@ Changelog
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# flake8: noqa

__version__ = "0.4.0"
__version__ = "0.4.1"
from .auth import Auth
descartes_auth = Auth()

Expand Down

0 comments on commit c336f92

Please sign in to comment.