Skip to content

Commit 3ff3e9a

Browse files
authored
Bump CDK version (#19033)
* bump * bump to 0.6.0
1 parent 9a83342 commit 3ff3e9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

airbyte-cdk/python/CHANGELOG.md

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

3+
## 0.6.0
4+
Low-code: Add support for monthly and yearly incremental updates for `DatetimeStreamSlicer`
5+
36
## 0.5.4
47
Low-code: Get response.json in a safe way
58

airbyte-cdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

0 commit comments

Comments
 (0)