Skip to content

Commit

Permalink
Version changes for the release v2.2.0 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth committed Jul 12, 2023
1 parent 70f5955 commit 67f0084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ agent:
global_job_config:
env_vars:
- name: LIBRDKAFKA_VERSION
value: v2.2.0-RC2
value: v2.2.0
prologue:
commands:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM alpine:3.12

COPY . /usr/src/confluent-kafka-python

ENV LIBRDKAFKA_VERSION v2.2.0-RC2
ENV LIBRDKAFKA_VERSION v2.2.0
ENV KAFKACAT_VERSION master


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.2.0rc2',
version='2.2.0',
description='Confluent\'s Python client for Apache Kafka',
author='Confluent Inc',
author_email='support@confluent.io',
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 0x02020000
#define CFL_VERSION_STR "2.2.0rc2"
#define CFL_VERSION_STR "2.2.0"

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

0 comments on commit 67f0084

Please sign in to comment.