Skip to content

Commit

Permalink
release: 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 15, 2025
1 parent c898d59 commit 10e90c1
Show file tree
Hide file tree
Showing 4 changed files with 17 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.72.0"
".": "1.73.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.73.0 (2025-01-15)

Full Changelog: [v1.72.0...v1.73.0](https://github.com/StructifyAI/structify-python/compare/v1.72.0...v1.73.0)

### Features

* **api:** api update ([#759](https://github.com/StructifyAI/structify-python/issues/759)) ([e5feac3](https://github.com/StructifyAI/structify-python/commit/e5feac301e9cc097ba50fc81e5bc506446775ced))
* **api:** api update ([#760](https://github.com/StructifyAI/structify-python/issues/760)) ([c898d59](https://github.com/StructifyAI/structify-python/commit/c898d59c0fd4f6cb4e15b1d08718dca313050db7))


### Chores

* **internal:** version bump ([#757](https://github.com/StructifyAI/structify-python/issues/757)) ([23bd217](https://github.com/StructifyAI/structify-python/commit/23bd2171c0bc0559221ac89424bfc19c23080357))

## 1.72.0 (2025-01-14)

Full Changelog: [v1.71.0...v1.72.0](https://github.com/StructifyAI/structify-python/compare/v1.71.0...v1.72.0)
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 = "structifyai"
version = "1.72.0"
version = "1.73.0"
description = "The official Python library for the structify API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/structify/_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__ = "structify"
__version__ = "1.72.0" # x-release-please-version
__version__ = "1.73.0" # x-release-please-version

0 comments on commit 10e90c1

Please sign in to comment.