Skip to content

Commit

Permalink
Version upgrade to 2.4.0 (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth authored May 7, 2024
1 parent bb3027b commit b3bde5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# built documents.
#
# The short X.Y version.
version = '2.4.0rc3'
version = '2.4.0'
# The full version, including alpha/beta/rc tags.
release = version
######################################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_install_requirements(path):
setup(name='confluent-kafka',
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
# and version in docs/conf.py.
version='2.4.0rc3',
version='2.4.0',
description='Confluent\'s Python client for Apache Kafka',
author='Confluent Inc',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/confluent_kafka/src/confluent_kafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
*/
#define CFL_VERSION 0x02040000
#define CFL_VERSION_STR "2.4.0rc3"
#define CFL_VERSION_STR "2.4.0"

/**
* Minimum required librdkafka version. This is checked both during
Expand Down

0 comments on commit b3bde5c

Please sign in to comment.