Skip to content

Commit d5cf114

Browse files
committed
Release 0.8.0
1 parent 20705ac commit d5cf114

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
This client is meant to be a Python version of the reference [JavaScript SDK](https://github.com/makenotion/notion-sdk-js),
1818
so usage should be pretty similar between both. 😊
1919

20-
> 📢 **Announcement** (05-10-2021) — 0.7.0 is now released and adds support for
20+
> 📢 **Announcement** (04-12-2021) — 0.8.0 is now released and adds support for
2121
> the [recent Notion API changes](https://developers.notion.com/changelog).
22-
> Beware, `Notion-Version` has been upgraded to `2021-08-16` and it brings
23-
> [breaking changes](https://developers.notion.com/changelog/notion-version-2021-08-16).
2422
2523
<!-- markdownlint-disable -->
2624
## Installation

notion_client/client.py

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

0 commit comments

Comments
 (0)