Skip to content

Commit ae08d74

Browse files
committed
Version 1.4.2rc1
1 parent 9c918b8 commit ae08d74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

confluent_kafka/src/confluent_kafka.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* 0xMMmmRRPP
4242
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
4343
*/
44-
#define CFL_VERSION 0x01040100
45-
#define CFL_VERSION_STR "1.4.1"
44+
#define CFL_VERSION 0x01040200
45+
#define CFL_VERSION_STR "1.4.2"
4646

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '1.4.1'
60+
version = '1.4.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.4.1'
62+
release = '1.4.2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_install_requirements(path):
6363
setup(name='confluent-kafka',
6464
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
6565
# and version and release in docs/conf.py.
66-
version='1.4.1',
66+
version='1.4.2rc1',
6767
description='Confluent\'s Python client for Apache Kafka',
6868
author='Confluent Inc',
6969
author_email='[email protected]',

0 commit comments

Comments
 (0)