Skip to content

Commit

Permalink
馃 Bump patch version of Airbyte CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored and octavia-squidington-iii committed Jan 31, 2023
1 parent b5d3236 commit 4061939
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.0
current_version = 0.25.1
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.25.1
Fix issue when trying to log stream slices that are non-JSON-serializable

## 0.25.0
Use dpath.util.values method to parse response with nested lists

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.0",
version="0.25.1",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4061939

Please sign in to comment.