Skip to content

Commit 532bc85

Browse files
committed
librdkafka v1.5.0
1 parent 268d546 commit 532bc85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
global:
3-
LIBRDKAFKA_NUGET_VERSION: 1.5.0-RC1
3+
LIBRDKAFKA_NUGET_VERSION: 1.5.0
44
CIBW_SKIP: cp33-* cp34-*
55
CIBW_TEST_REQUIRES: pytest pytest-timeout requests trivup
66
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.5.0-RC1
3+
- LIBRDKAFKA_VERSION=v1.5.0
44
jobs:
55
include:
66
# Source package verification with Python 2.7

examples/docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

3131
COPY . /usr/src/confluent-kafka-python
3232

33-
ENV LIBRDKAFKA_VERSION v1.4.2
33+
ENV LIBRDKAFKA_VERSION v1.5.0
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)