Skip to content

Commit

Permalink
Version v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jul 27, 2022
1 parent 101b6b2 commit 3b72361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# built documents.
#
# The short X.Y version.
version = '1.9.0'
version = '1.9.2'
# 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='1.9.0',
version='1.9.2',
description='Confluent\'s Python client for Apache Kafka',
author='Confluent Inc',
author_email='[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions src/confluent_kafka/src/confluent_kafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* 0xMMmmRRPP
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
*/
#define CFL_VERSION 0x01090000
#define CFL_VERSION_STR "1.9.0"
#define CFL_VERSION 0x01090200
#define CFL_VERSION_STR "1.9.2"

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

0 comments on commit 3b72361

Please sign in to comment.