Skip to content

Commit 13d7ec4

Browse files
committed
Release 2.4.0 ✨
1 parent 72f8e28 commit 13d7ec4

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ It is meant to be a Python version of the reference [JavaScript SDK](https://git
2525
so usage should be very similar between both. 😊 (If not, please open an issue
2626
or PR!)
2727

28-
> 📢 **Announcement** (18-12-2024) — Release 2.3.0 is out! It adds
29-
> `in_trash` support for pages, Python 3.13 official support, fixes
30-
> and security updates.
31-
3228
<!-- markdownlint-disable -->
3329
## Installation
3430
<!-- markdownlint-enable -->

notion_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def client(self, client: Union[httpx.Client, httpx.AsyncClient]) -> None:
8989
client.headers = httpx.Headers(
9090
{
9191
"Notion-Version": self.options.notion_version,
92-
"User-Agent": "ramnes/notion-sdk-py@2.3.0",
92+
"User-Agent": "ramnes/notion-sdk-py@2.4.0",
9393
}
9494
)
9595
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.3.0",
11+
version="2.4.0",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)