diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index dd9d80a90..0b194c7f9 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -8,7 +8,7 @@ execution_time_limit: global_job_config: env_vars: - name: LIBRDKAFKA_VERSION - value: v2.10.0 + value: v2.10.1-RC1 prologue: commands: - checkout diff --git a/docs/conf.py b/docs/conf.py index 110addae4..474ccea34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # built documents. # # The short X.Y version. -version = '2.10.0' +version = '2.10.1rc1' # The full version, including alpha/beta/rc tags. release = version ###################################################################### diff --git a/examples/docker/Dockerfile.alpine b/examples/docker/Dockerfile.alpine index be618c88a..1c4b36c48 100644 --- a/examples/docker/Dockerfile.alpine +++ b/examples/docker/Dockerfile.alpine @@ -30,7 +30,7 @@ FROM alpine:3.12 COPY . /usr/src/confluent-kafka-python -ENV LIBRDKAFKA_VERSION="v2.10.0" +ENV LIBRDKAFKA_VERSION="v2.10.1-RC1" ENV KCAT_VERSION="master" ENV CKP_VERSION="master" diff --git a/pyproject.toml b/pyproject.toml index 129373f63..049a77c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "confluent-kafka" -version = "2.10.0" +version = "2.10.1rc1" description = "Confluent's Python client for Apache Kafka" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/confluent_kafka/src/confluent_kafka.h b/src/confluent_kafka/src/confluent_kafka.h index 6231cfd24..712bf0008 100644 --- a/src/confluent_kafka/src/confluent_kafka.h +++ b/src/confluent_kafka/src/confluent_kafka.h @@ -42,8 +42,8 @@ * 0xMMmmRRPP * MM=major, mm=minor, RR=revision, PP=patchlevel (not used) */ -#define CFL_VERSION 0x020a0000 -#define CFL_VERSION_STR "2.10.0" +#define CFL_VERSION 0x020a0100 +#define CFL_VERSION_STR "2.10.1rc1" /** * Minimum required librdkafka version. This is checked both during
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: