Skip to content

Commit fff2ec5

Browse files
committed
Bump version to 1.7.0 and librdkafka to v1.7.0-RC4
1 parent d9a91a3 commit fff2ec5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1
3+
- LIBRDKAFKA_VERSION=v1.7.0-RC4
44

55
jobs:
66
include:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# built documents.
3535
#
3636
# The short X.Y version.
37-
version = '1.6.1'
37+
version = '1.7.0'
3838
# The full version, including alpha/beta/rc tags.
3939
release = version
4040
######################################################################

examples/docker/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Alpine-based docker container with:
1919
# * Python3
2020
# * librdkafka (fully featured)
21-
# * kafkacat (withouth schema-registry/Avro support)
21+
# * kafkacat (without schema-registry/Avro support)
2222
# * confluent-kafka-python
2323
#
2424
# How to build (from confluent-kafka-python top-level directory):
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

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

33-
ENV LIBRDKAFKA_VERSION v1.6.1
33+
ENV LIBRDKAFKA_VERSION v1.7.0-RC4
3434
ENV KAFKACAT_VERSION master
3535

3636

src/confluent_kafka/src/confluent_kafka.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
* 0xMMmmRRPP
4343
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
4444
*/
45-
#define CFL_VERSION 0x01060100
46-
#define CFL_VERSION_STR "1.6.1"
45+
#define CFL_VERSION 0x01070000
46+
#define CFL_VERSION_STR "1.7.0"
4747

4848
/**
4949
* Minimum required librdkafka version. This is checked both during

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy