Skip to content

Commit ffab2e3

Browse files
committed
Release 0.6.0
1 parent 179f1bc commit ffab2e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
This client is meant to be a Python version of the reference [JavaScript SDK](https://github.com/makenotion/notion-sdk-js),
2222
so usage should be pretty similar between both. 😊
2323

24-
> 📢 **Announcement** (29-07-2021) — 0.5.0 is now released and mostly adds
25-
> support for the recent Notion API changes, and per-function
26-
> authentication. Upgrading from 0.4.0 should be seamless.
24+
> 📢 **Announcement** (14-08-2021) — 0.6.0 is now released and adds support for
25+
> the [recent Notion API changes](https://developers.notion.com/changelog).
26+
> Upgrading should be seamless from 0.4.0 onwards.
2727
2828
<!-- markdownlint-disable -->
2929
## Installation

notion_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
self.client.headers = httpx.Headers(
7171
{
7272
"Notion-Version": options.notion_version,
73-
"User-Agent": "ramnes/notion-sdk-py@0.5.0",
73+
"User-Agent": "ramnes/notion-sdk-py@0.6.0",
7474
}
7575
)
7676
if 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.5.0",
11+
version="0.6.0",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)