Skip to content

Commit

Permalink
Client: Cut v0.27.0 release [EP-1566] (#5780)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: fd2ef59ff4d13c1056c474fcac2c6bf5e7ed8294
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Nov 18, 2019
1 parent 6f76f3d commit 742e68c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Changelog
## [Unreleased]
### Added

### Changed

## [0.27.0] - 2019-11-18
### Added

- Catalog client: Added a `MaskBand.is_alpha` attribute to declare alpha channel behavior for a band.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/client/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.26.0"
__version__ = "0.27.0"
2 changes: 1 addition & 1 deletion descarteslabs/workflows/_channel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__channel__ = "v0-8"
__channel__ = "v0-9"


def _set_channel(channel):
Expand Down

0 comments on commit 742e68c

Please sign in to comment.