From 64840dd4706175464f797423f166a45af5be2de6 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Thu, 3 Jul 2025 20:17:08 -0700 Subject: [PATCH] release/v0.15.0 --- codeflash/LICENSE | 4 ++-- codeflash/update_license_version.py | 2 +- codeflash/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codeflash/LICENSE b/codeflash/LICENSE index 1fc3ec573..505c720b9 100644 --- a/codeflash/LICENSE +++ b/codeflash/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: CodeFlash Inc. -Licensed Work: Codeflash Client version 0.14.x +Licensed Work: Codeflash Client version 0.15.x The Licensed Work is (c) 2024 CodeFlash Inc. Additional Use Grant: None. Production use of the Licensed Work is only permitted @@ -13,7 +13,7 @@ Additional Use Grant: None. Production use of the Licensed Work is only permitte Platform. Please visit codeflash.ai for further information. -Change Date: 2029-06-09 +Change Date: 2029-07-03 Change License: MIT diff --git a/codeflash/update_license_version.py b/codeflash/update_license_version.py index 283151dad..cde96695c 100644 --- a/codeflash/update_license_version.py +++ b/codeflash/update_license_version.py @@ -2,7 +2,7 @@ from datetime import datetime from pathlib import Path -from .version import __version__ +from codeflash.version import __version__ def main() -> None: diff --git a/codeflash/version.py b/codeflash/version.py index 18e1bae9c..38ddf1678 100644 --- a/codeflash/version.py +++ b/codeflash/version.py @@ -1,2 +1,2 @@ # These version placeholders will be replaced by uv-dynamic-versioning during build. -__version__ = "0.14.7" +__version__ = "0.15.0"