We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d546 commit 532bc85Copy full SHA for 532bc85
.appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
global:
3
- LIBRDKAFKA_NUGET_VERSION: 1.5.0-RC1
+ LIBRDKAFKA_NUGET_VERSION: 1.5.0
4
CIBW_SKIP: cp33-* cp34-*
5
CIBW_TEST_REQUIRES: pytest pytest-timeout requests trivup
6
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
.travis.yml
env:
- - LIBRDKAFKA_VERSION=v1.5.0-RC1
+ - LIBRDKAFKA_VERSION=v1.5.0
jobs:
include:
# Source package verification with Python 2.7
examples/docker/Dockerfile.alpine
@@ -30,7 +30,7 @@ FROM alpine:3.12
30
31
COPY . /usr/src/confluent-kafka-python
32
33
-ENV LIBRDKAFKA_VERSION v1.4.2
+ENV LIBRDKAFKA_VERSION v1.5.0
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments