Skip to content

Commit 4061939

Browse files
🤖 Bump patch version of Airbyte CDK
1 parent b5d3236 commit 4061939

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.25.0
2+
current_version = 0.25.1
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.25.1
4+
Fix issue when trying to log stream slices that are non-JSON-serializable
5+
36
## 0.25.0
47
Use dpath.util.values method to parse response with nested lists
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.25.0",
18+
version="0.25.1",
1919
description="A framework for writing Airbyte Connectors.",
2020
long_description=README,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)