diff --git a/README.md b/README.md index 4eb06551..bfaf62a2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 52c63ae4..67883408 100644 --- a/descarteslabs/client/version.py +++ b/descarteslabs/client/version.py @@ -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" diff --git a/descarteslabs/workflows/_channel.py b/descarteslabs/workflows/_channel.py index a2f2ffce..fccc734f 100644 --- a/descarteslabs/workflows/_channel.py +++ b/descarteslabs/workflows/_channel.py @@ -1,4 +1,4 @@ -__channel__ = "v0-11" +__channel__ = "v0-12" def _set_channel(channel):