Skip to content

Commit

Permalink
Merge pull request #89 from descarteslabs/release/v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
kornholi authored May 15, 2017
2 parents 0b30a90 + e87fd66 commit b1b813a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,17 @@ Changelog
=========

## [Unreleased]
### Added
- A Changelog
- Testing around command-line scripts

## [0.3.0] - 2017-05-15
### Changed
- API Change `descarteslabs`, `raster`, `metadata` have all been merged into
'`descarteslabs`'. '`descarteslabs login`' is now '`descarteslabs auth
login`', '`raster`'' is now '`descarteslabs raster`', etc.

### Added
- A Changelog
- Testing around command-line scripts

### Fixes
- Searching with cloud\_fraction = 0
- dltile API documentation
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.0-dev"
__version__ = "0.3.0"
from .auth import Auth
descartes_auth = Auth()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools import setup, find_packages


__version__ = "0.3.0-dev"
__version__ = "0.3.0"


def do_setup():
Expand Down

0 comments on commit b1b813a

Please sign in to comment.