From c7a9c5d987aa83bc8822bf0b2d4923f90a4a2a3e Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Thu, 1 Feb 2024 17:29:29 -0700 Subject: [PATCH] Client release v3.0.0 (#12430) GitOrigin-RevId: 11a9105fc172f60a54239588747a13f988658c51 --- README.md | 2 +- descarteslabs/core/client/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8e8cc75..13436b68 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The documentation for the latest release can be found at [https://docs.descartes Changelog ========= -## [3.0.0rc0] - 2024-01-30 +## [3.0.0] - 2024-02-01 Due to a number of breaking changes, the version has been bumped to 3.0.0. However, the vast majority of typical use patterns in typical user code will not require changes. Please review the specifics diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index 3aadbaa4..cd34e8e5 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__ = "3.0.0rc0" +__version__ = "3.0.0"