Skip to content

Commit efccd0f

Browse files
committed
Release 2.7.0 ✨
1 parent 4d85f99 commit efccd0f

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
@@ -94,7 +94,7 @@ def client(self, client: Union[httpx.Client, httpx.AsyncClient]) -> None:
9494
client.headers = httpx.Headers(
9595
{
9696
"Notion-Version": self.options.notion_version,
97-
"User-Agent": "ramnes/notion-sdk-py@2.6.0",
97+
"User-Agent": "ramnes/notion-sdk-py@2.7.0",
9898
}
9999
)
100100
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.6.0",
11+
version="2.7.0",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="contact@ramnes.eu",

0 commit comments

Comments
 (0)