Skip to content

Commit

Permalink
Release v2.6.2 RC1 (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth authored Dec 17, 2024
1 parent 70872b9 commit 6992679
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 @@ -27,7 +27,7 @@
# built documents.
#
# The short X.Y version.
version = '2.6.1'
version = '2.6.2rc1'
# The full version, including alpha/beta/rc tags.
release = version
######################################################################
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "confluent-kafka"
version = "2.6.1"
version = "2.6.2rc1"
description = "Confluent's Python client for Apache Kafka"
classifiers = [
"Development Status :: 5 - Production/Stable",
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 0x02060100
#define CFL_VERSION_STR "2.6.1"
#define CFL_VERSION 0x02060200
#define CFL_VERSION_STR "2.6.2rc1"

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

0 comments on commit 6992679

Please sign in to comment.