Skip to content

Commit 7eba4e6

Browse files
committed
Release 2.5.0 ✨
1 parent d75d526 commit 7eba4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notion_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def client(self, client: Union[httpx.Client, httpx.AsyncClient]) -> None:
9292
client.headers = httpx.Headers(
9393
{
9494
"Notion-Version": self.options.notion_version,
95-
"User-Agent": "ramnes/notion-sdk-py@2.4.0",
95+
"User-Agent": "ramnes/notion-sdk-py@2.5.0",
9696
}
9797
)
9898
if self.options.auth:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def get_description():
88

99
setup(
1010
name="notion-client",
11-
version="2.4.0",
11+
version="2.5.0",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)