Skip to content

Commit

Permalink
Merge pull request #203 from descarteslabs/release/v0.6.0
Browse files Browse the repository at this point in the history
Update changelog, bump version
  • Loading branch information
samskillman authored Jan 9, 2018
2 parents b8020e8 + 46a565b commit 535d59f
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.6.0] - 2018-01-08
### Changed
- Reorganization of services
- Places updated to v2 backend, provides units interface to statistics, which
carries some backwards incompatibility.

### Added
- Places updated to v2 backend, provides units interface to statistics, which
carries some backwards incompatibility.

## [0.5.0] - 2017-10-31
### Added
- Blosc Support for raster array compression transport
Expand Down Expand Up @@ -167,7 +177,8 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...v0.5.0
[0.4.7]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
[0.4.6]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/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.5.0"
__version__ = "0.6.0"

0 comments on commit 535d59f

Please sign in to comment.