Skip to content

Commit

Permalink
Release branch for v1.1.0 (#6521)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b89925dbf6f4515fc6f0efe371cef6043b9e3d90
  • Loading branch information
Jason Wilson authored and Descartes Labs Build committed Mar 11, 2020
1 parent cb9384e commit b14673d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Changelog

## Pending

## [1.1.0] - 2020-03-11

### Catalog client

- `Image.upload()` now emits a deprecation warning if the image has a `cs_code` or `projection` property.
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__ = "1.0.0"
__version__ = "1.1.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-11"
__channel__ = "v0-12"


def _set_channel(channel):
Expand Down

0 comments on commit b14673d

Please sign in to comment.