Skip to content

Commit a6097f3

Browse files
committed
Bump to v1.6.1 for Py and librdkafka
1 parent 1ca25e8 commit a6097f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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.6.0
3+
- LIBRDKAFKA_VERSION=v1.6.1
44

55
jobs:
66
include:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '1.6.0'
60+
version = '1.6.1'
6161
# The full version, including alpha/beta/rc tags.
6262
release = version
6363

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.6.0
33+
ENV LIBRDKAFKA_VERSION v1.6.1
3434
ENV KAFKACAT_VERSION master
3535

3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_install_requirements(path):
7676
setup(name='confluent-kafka',
7777
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
7878
# and version and release in docs/conf.py.
79-
version='1.6.0',
79+
version='1.6.1',
8080
description='Confluent\'s Python client for Apache Kafka',
8181
author='Confluent Inc',
8282
author_email='[email protected]',

0 commit comments

Comments
 (0)