File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121This client is meant to be a Python version of the reference [ JavaScript SDK] ( https://github.com/makenotion/notion-sdk-js ) ,
2222so 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def get_description():
88
99setup (
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
You can’t perform that action at this time.
0 commit comments