Skip to content

Commit

Permalink
release: 0.1.0-alpha.42
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Nov 28, 2024
1 parent e1a4c48 commit 50a468f
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 @@
{
".": "0.1.0-alpha.41"
".": "0.1.0-alpha.42"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0-alpha.42 (2024-11-28)

Full Changelog: [v0.1.0-alpha.41...v0.1.0-alpha.42](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.41...v0.1.0-alpha.42)

### Features

* **api:** api update ([#334](https://github.com/conductor-is/conductor-python/issues/334)) ([59360a0](https://github.com/conductor-is/conductor-python/commit/59360a05645fd0ec3a7293a0b9e2f5cf33484396))
* **api:** api update ([#336](https://github.com/conductor-is/conductor-python/issues/336)) ([f3a9a2d](https://github.com/conductor-is/conductor-python/commit/f3a9a2dfb1be748db2ba2ef1d7ae2e550438c79f))

## 0.1.0-alpha.41 (2024-11-27)

Full Changelog: [v0.1.0-alpha.40...v0.1.0-alpha.41](https://github.com/conductor-is/conductor-python/compare/v0.1.0-alpha.40...v0.1.0-alpha.41)
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 = "conductor-py"
version = "0.1.0-alpha.41"
version = "0.1.0-alpha.42"
description = "The official Python library for the conductor API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/_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__ = "conductor"
__version__ = "0.1.0-alpha.41" # x-release-please-version
__version__ = "0.1.0-alpha.42" # x-release-please-version

0 comments on commit 50a468f

Please sign in to comment.