Skip to content

Commit

Permalink
Merge pull request #155 from descarteslabs/release/v0.4.4
Browse files Browse the repository at this point in the history
Update changelog and bump version
  • Loading branch information
samskillman authored Aug 4, 2017
2 parents a1add99 + e47dea5 commit 2128855
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Changelog

## [Unreleased]

## [0.4.4] - 2017-08-03
### Added
- Add raster bands methods to metadata service.
- Deprecate raster band methods.
- Add `require_bands` param to derived bands search method.

### Fixes
- Test suite replaces original token when finished running script tests.

## [0.4.3] - 2017-07-18
### Added
- Support for derived bands endpoints.
Expand Down Expand Up @@ -127,7 +136,8 @@ Changelog
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...HEAD
[0.4.4]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.0...v0.4.1
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.3"
__version__ = "0.4.4"
from .auth import Auth
descartes_auth = Auth()

Expand Down

0 comments on commit 2128855

Please sign in to comment.