Skip to content

Commit ee05abf

Browse files
committed
Release 0.3.1
1 parent 8984d18 commit ee05abf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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** — All endpoints are now implemented, and released in 0.3.0!
20+
> 📢 **Announcement** — All endpoints are now implemented, and released since 0.3.0!
2121
> It still needs polishing but it's mostly functional. Pull requests always welcome!
2222
2323
<!-- markdownlint-disable -->

notion_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(
4646
self.client.timeout = options.timeout_ms / 1_000
4747
self.client.headers = {
4848
"Notion-Version": options.notion_version,
49-
"User-Agent": "ramnes/[email protected].0",
49+
"User-Agent": "ramnes/[email protected].1",
5050
}
5151
if options.auth:
5252
self.client.headers["Authorization"] = f"Bearer {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.3.0",
11+
version="0.3.1",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)