Skip to content

Commit e1adb37

Browse files
pedroslopezsuhomud
authored andcommitted
CDK: publish version 0.1.57 (#12938)
1 parent 7fa9d92 commit e1adb37

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

airbyte-cdk/python/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.57
4+
Update protocol models to support per-stream state: [#12829](https://github.com/airbytehq/airbyte/pull/12829).
5+
36
## 0.1.56
47
- Update protocol models to include `AirbyteTraceMessage`
58
- Emit an `AirbyteTraceMessage` on uncaught exceptions

airbyte-cdk/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="airbyte-cdk",
18-
version="0.1.56",
18+
version="0.1.57",
1919
description="A framework for writing Airbyte Connectors.",
2020
long_description=README,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)