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"