Skip to content

Commit

Permalink
release: 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 15, 2025
1 parent 24ccfc8 commit b15c28a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.2"
".": "1.13.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.13.3 (2025-01-15)

Full Changelog: [v1.13.2...v1.13.3](https://github.com/Finch-API/finch-api-python/compare/v1.13.2...v1.13.3)

### Chores

* **internal:** bump pyright dependency ([#574](https://github.com/Finch-API/finch-api-python/issues/574)) ([24ccfc8](https://github.com/Finch-API/finch-api-python/commit/24ccfc8732a8c6e9819b37a9d30651fe1ab565fd))
* **internal:** update deps ([#572](https://github.com/Finch-API/finch-api-python/issues/572)) ([40c663f](https://github.com/Finch-API/finch-api-python/commit/40c663f4be579ea1451ae489055e9d1b381f33d6))

## 1.13.2 (2025-01-10)

Full Changelog: [v1.13.1...v1.13.2](https://github.com/Finch-API/finch-api-python/compare/v1.13.1...v1.13.2)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "finch-api"
version = "1.13.2"
version = "1.13.3"
description = "The official Python library for the Finch API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/finch/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "finch"
__version__ = "1.13.2" # x-release-please-version
__version__ = "1.13.3" # x-release-please-version

0 comments on commit b15c28a

Please sign in to comment.