From d2e24ec01fc318d3be6617991b34bdab83f9e1af Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Thu, 13 Jul 2023 15:43:56 -0700 Subject: [PATCH] Client release v2.0.3 (#12001) GitOrigin-RevId: fad341043dab968516ac052e3ded23f58a660694 --- README.md | 2 ++ descarteslabs/core/client/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e1d679..92c97abf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Changelog ## [Unreleased] +## [2.0.3] - 2023-07-13 + ### Compute - Allow deletion of `Function` objects. diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index b468641a..3f6d9ba2 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.2" +__version__ = "2.0.3"