Skip to content

Commit

Permalink
Merge pull request #113 from descarteslabs/release/v0.3.3
Browse files Browse the repository at this point in the history
Release v0.3.3
  • Loading branch information
samskillman authored Jun 20, 2017
2 parents 2b039cf + b9fd1d0 commit 973c8f3
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.3.3] - 2017-06-20
### Added
- DLTile notebook
- `save` and `outfile_basename` in raster()

### Fixes
- Fix metadata.features


## [0.3.2] - 2017-05-27
### Fixes
- Strict "requests" versions needed due to upstream instability.
Expand Down Expand Up @@ -81,7 +90,8 @@ Changelog
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.3...HEAD
[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
[0.3.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.2.2...v0.3.0
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.3.2"
__version__ = "0.3.3"
from .auth import Auth
descartes_auth = Auth()

Expand Down

0 comments on commit 973c8f3

Please sign in to comment.