Skip to content

Commit

Permalink
Release 2.2.1 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Dec 28, 2023
1 parent 1380128 commit 3cca962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ It is meant to be a Python version of the reference [JavaScript SDK](https://git
so usage should be very similar between both. 😊 (If not, please open an issue
or PR!)

> 📢 **Announcement** (26-12-2023) — Release 2.2.0 is out!
> 📢 **Announcement** (28-12-2023) — Release 2.2.1 is out and fixes iteration helpers.
>
> What's new in 2.2.0 (26-12-2023):
>
> * Icons and covers can now be removed from pages.
> * `filter_properties` has been added to `notion.pages.retrieve`.
Expand Down
2 changes: 1 addition & 1 deletion notion_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def client(self, client: Union[httpx.Client, httpx.AsyncClient]) -> None:
client.headers = httpx.Headers(
{
"Notion-Version": self.options.notion_version,
"User-Agent": "ramnes/notion-sdk-py@2.2.0",
"User-Agent": "ramnes/notion-sdk-py@2.2.1",
}
)
if self.options.auth:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_description():

setup(
name="notion-client",
version="2.2.0",
version="2.2.1",
url="https://github.com/ramnes/notion-sdk-py",
author="Guillaume Gelin",
author_email="contact@ramnes.eu",
Expand Down

0 comments on commit 3cca962

Please sign in to comment.