Skip to content

Commit

Permalink
Revert "bump patch version of cdk"
Browse files Browse the repository at this point in the history
This reverts commit 1854bf3.
  • Loading branch information
lmossman committed Jan 12, 2023
1 parent 1854bf3 commit 99d0aaa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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.19.1
current_version = 0.19.0
commit = False

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

## 0.19.1
Low-code: Make documentation_url in the Spec be optional

## 0.19.0
Low-Code: Handle forward references in manifest

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

0 comments on commit 99d0aaa

Please sign in to comment.