diff --git a/CHANGELOG.md b/CHANGELOG.md index f2738321f..fcda33264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.1](https://github.com/googleapis/python-genai/compare/v2.14.0...v2.14.1) (2026-07-23) + + +### Documentation + +* Regenerate docs for 2.14.0 ([3d3850a](https://github.com/googleapis/python-genai/commit/3d3850a2a6578603adf5ede92cba085dd9be908e)) + ## [2.14.0](https://github.com/googleapis/python-genai/compare/v2.13.0...v2.14.0) (2026-07-22) diff --git a/google/genai/version.py b/google/genai/version.py index 859acc93c..33daf8a4a 100644 --- a/google/genai/version.py +++ b/google/genai/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = '2.14.0' # x-release-please-version +__version__ = '2.14.1' # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index c493ae288..70f1c164a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "twine>=6.1.0", "packaging>=24.2", "pkginfo>= [project] name = "google-genai" -version = "2.14.0" +version = "2.14.1" description = "GenAI Python SDK" readme = "README.md" license = "Apache-2.0"