From c5f28aadc1218cfe3a331d87b1660a3952ff9b33 Mon Sep 17 00:00:00 2001 From: Nitesh Sandal Date: Mon, 22 Jun 2026 11:13:46 -0400 Subject: [PATCH 1/2] Release 3.1.0 Promote 3.1.0a3 pre-release to stable 3.1.0. Minor bump: adds the new calendar category and additive optional response fields (contact_url, employee_url, etc.). No breaking changes. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7ed8747..fb4dc9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "MergePythonClient" [tool.poetry] name = "MergePythonClient" -version = "3.1.0a3" +version = "3.1.0" description = "" readme = "README.md" authors = [] From ea4437c39d56017703ff9bd2728ca279551c4530 Mon Sep 17 00:00:00 2001 From: Nitesh Sandal Date: Mon, 22 Jun 2026 11:19:06 -0400 Subject: [PATCH 2/2] Update SDK version headers to 3.1.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- src/merge/core/client_wrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/merge/core/client_wrapper.py b/src/merge/core/client_wrapper.py index 1e729a6e..fb141371 100644 --- a/src/merge/core/client_wrapper.py +++ b/src/merge/core/client_wrapper.py @@ -24,10 +24,10 @@ def __init__( def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { - "User-Agent": "MergePythonClient/3.1.0a3", + "User-Agent": "MergePythonClient/3.1.0", "X-Fern-Language": "Python", "X-Fern-SDK-Name": "MergePythonClient", - "X-Fern-SDK-Version": "3.1.0a3", + "X-Fern-SDK-Version": "3.1.0", **(self.get_custom_headers() or {}), } if self._account_token is not None: