Skip to content

Commit

Permalink
馃 Bump minor version of Airbyte CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
grubberr authored and octavia-squidington-iii committed Jan 31, 2023
1 parent 11df98c commit 1fe3168
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.25.2
current_version = 0.26.0
commit = False

[bumpversion:file:setup.py]
3 changes: 3 additions & 0 deletions airbyte-cdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.26.0
Low-Code CDK: make DatetimeStreamSlicer.step as InterpolatedString

## 0.25.2
Low-Code: SubstreamSlicer.parent_key - dpath support added

Expand Down
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="airbyte-cdk",
version="0.25.2",
version="0.26.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1fe3168

Please sign in to comment.