File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.70.2
2
+ current_version = 0.71.0
3
3
commit = False
4
4
5
5
[bumpversion:file:setup.py]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.71.0
4
+ Declarative datetime-based cursors now only derive state values from records that were read
5
+
3
6
## 0.70.2
4
7
low-code: remove superfluous sleep
5
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
10
10
&& apk --no-cache add tzdata build-base
11
11
12
12
# install airbyte-cdk
13
- RUN pip install --prefix=/install airbyte-cdk==0.70.2
13
+ RUN pip install --prefix=/install airbyte-cdk==0.71.0
14
14
15
15
# build a clean environment
16
16
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
32
32
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
33
33
34
34
# needs to be the same as CDK
35
- LABEL io.airbyte.version=0.70.2
35
+ LABEL io.airbyte.version=0.71.0
36
36
LABEL io.airbyte.name=airbyte/source-declarative-manifest
Original file line number Diff line number Diff line change 36
36
name = "airbyte-cdk" ,
37
37
# The version of the airbyte-cdk package is used at runtime to validate manifests. That validation must be
38
38
# updated if our semver format changes such as using release candidate versions.
39
- version = "0.70.2 " ,
39
+ version = "0.71.0 " ,
40
40
description = "A framework for writing Airbyte Connectors." ,
41
41
long_description = README ,
42
42
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments