Skip to content

Commit 26b8101

Browse files
release: 1.2.1
1 parent 6472a2f commit 26b8101

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.2.1 (2024-10-08)
4+
5+
Full Changelog: [v1.2.0...v1.2.1](https://github.com/Find-AI/find-ai-python/compare/v1.2.0...v1.2.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** avoid OverflowError with very large retry counts ([#20](https://github.com/Find-AI/find-ai-python/issues/20)) ([7864786](https://github.com/Find-AI/find-ai-python/commit/78647867531c1dacaab324e228d87048c80f93fb))
10+
11+
12+
### Chores
13+
14+
* add repr to PageInfo class ([#22](https://github.com/Find-AI/find-ai-python/issues/22)) ([6472a2f](https://github.com/Find-AI/find-ai-python/commit/6472a2f1f9379b905bcc7f7d70eb2a3da088d09f))
15+
316
## 1.2.0 (2024-10-08)
417

518
Full Changelog: [v1.0.0...v1.2.0](https://github.com/Find-AI/find-ai-python/compare/v1.0.0...v1.2.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "find_ai"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "The official Python library for the find-ai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/find_ai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "find_ai"
4-
__version__ = "1.2.0" # x-release-please-version
4+
__version__ = "1.2.1" # x-release-please-version

0 commit comments

Comments
 (0)