Skip to content

Commit

Permalink
Merge pull request #163 from descarteslabs/release/v0.4.5
Browse files Browse the repository at this point in the history
Release/v0.4.5
  • Loading branch information
samskillman authored Aug 29, 2017
2 parents e6680d1 + 0c113a9 commit b5f66b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Changelog

## [Unreleased]

## [0.4.5] - 2017-08-29
### Fixes
- Automatic retry on 504
- Internal API refactoring / improvements for Auth

## [0.4.4] - 2017-08-03
### Added
- Add raster bands methods to metadata service.
Expand Down Expand Up @@ -136,7 +141,8 @@ Changelog
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...HEAD
[0.4.5]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...v0.4.5
[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
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.4"
__version__ = "0.4.5"
from .auth import Auth
descartes_auth = Auth.from_environment_or_token_json()

Expand Down

0 comments on commit b5f66b0

Please sign in to comment.