Skip to content

Commit 8c99aa0

Browse files
grubberroctavia-squidington-iii
authored andcommitted
🤖 Bump minor version of Airbyte CDK
1 parent 730225f commit 8c99aa0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

airbyte-cdk/python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.27.0
2+
current_version = 0.28.0
33
commit = False
44

55
[bumpversion:file:setup.py]

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.28.0
4+
Low-Code: improve day_delta macro and MinMaxDatetime component
5+
36
## 0.27.0
47
Make HttpAvailabilityStrategy default for HttpStreams
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.27.0",
18+
version="0.28.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)