Skip to content

Commit 12dde5b

Browse files
artem1205octavia-squidington-iii
authored andcommitted
🤖 Bump minor version of Airbyte CDK
1 parent 8a4153b commit 12dde5b

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.24.0
2+
current_version = 0.25.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.25.0
4+
Use dpath.util.values method to parse response with nested lists
5+
36
## 0.24.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.24.0",
18+
version="0.25.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)