Skip to content

Commit 3cca962

Browse files
committed
Release 2.2.1 ✨
1 parent 1380128 commit 3cca962

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +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** (26-12-2023) — Release 2.2.0 is out!
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):
2931
>
3032
> * Icons and covers can now be removed from pages.
3133
> * `filter_properties` has been added to `notion.pages.retrieve`.

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.0",
92+
"User-Agent": "ramnes/notion-sdk-py@2.2.1",
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.0",
11+
version="2.2.1",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="contact@ramnes.eu",

0 commit comments

Comments
 (0)