Skip to content

Commit 822550a

Browse files
committed
Release 2.3.0 ✨
1 parent e15fc99 commit 822550a

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ 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** (28-12-2023) — Release 2.2.1 is out and fixes iteration helpers.
29-
>
30-
> What's new in 2.2.0 (26-12-2023):
31-
>
32-
> * Icons and covers can now be removed from pages.
33-
> * `filter_properties` has been added to `notion.pages.retrieve`.
34-
> * You can now pass your own `start_cursor` in the iteration helpers.
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.
3531
3632
<!-- markdownlint-disable -->
3733
## Installation

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.2.1",
92+
"User-Agent": "ramnes/notion-sdk-py@2.3.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.2.1",
11+
version="2.3.0",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)