We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb46e commit b0bbcc7Copy full SHA for b0bbcc7
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## [0.9.0] - 2024/05/02
8
+
9
+### Added
10
11
+- 409 to retry error list
12
13
## [0.8.0] - 2024/03/22
14
15
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-notion-api"
3
-version = "0.8.0"
+version = "0.9.0"
description = "Python wrapper for the official Notion API"
authors = [
"Mihails <mihails.delmans@colorifix.com>",
0 commit comments