Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Aug 14, 2021
1 parent 179f1bc commit ffab2e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
This client is meant to be a Python version of the reference [JavaScript SDK](https://github.com/makenotion/notion-sdk-js),
so usage should be pretty similar between both. 😊

> 📢 **Announcement** (29-07-2021) — 0.5.0 is now released and mostly adds
> support for the recent Notion API changes, and per-function
> authentication. Upgrading from 0.4.0 should be seamless.
> 📢 **Announcement** (14-08-2021) — 0.6.0 is now released and adds support for
> the [recent Notion API changes](https://developers.notion.com/changelog).
> Upgrading should be seamless from 0.4.0 onwards.
<!-- 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 @@ -70,7 +70,7 @@ def __init__(
self.client.headers = httpx.Headers(
{
"Notion-Version": options.notion_version,
"User-Agent": "ramnes/notion-sdk-py@0.5.0",
"User-Agent": "ramnes/notion-sdk-py@0.6.0",
}
)
if 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="0.5.0",
version="0.6.0",
url="https://github.com/ramnes/notion-sdk-py",
author="Guillaume Gelin",
author_email="[email protected]",
Expand Down

0 comments on commit ffab2e3

Please sign in to comment.