Skip to content

Commit

Permalink
Release 2.2.0 🚢
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Dec 25, 2023
1 parent 7db2d9b commit 577ad9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ 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** (04-11-2023) — Release 2.1.0 is out! It adds new helpers,
> more tests (100% coverage, yay!) and support for Python 3.12. Also, we're out
> of beta and now consider the package stable.
> 📢 **Announcement** (26-12-2023) — Release 2.2.0 is out!
>
> * Icons and covers can now be removed from pages.
> * `filter_properties` has been added to `notion.pages.retrieve`.
> * You can now pass your own `start_cursor` in the iteration helpers.
<!-- markdownlint-disable -->
## Installation
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.1.0",
"User-Agent": "ramnes/notion-sdk-py@2.2.0",
}
)
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.1.0",
version="2.2.0",
url="https://github.com/ramnes/notion-sdk-py",
author="Guillaume Gelin",
author_email="[email protected]",
Expand Down

0 comments on commit 577ad9d

Please sign in to comment.