Skip to content

Commit dc3114a

Browse files
authored
Change for the v2.5.0 release (#1778)
1 parent 9ff75e5 commit dc3114a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ execution_time_limit:
88
global_job_config:
99
env_vars:
1010
- name: LIBRDKAFKA_VERSION
11-
value: v2.5.0-RC3
11+
value: v2.5.0
1212
prologue:
1313
commands:
1414
- checkout

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# built documents.
3636
#
3737
# The short X.Y version.
38-
version = '2.5.0.rc3'
38+
version = '2.5.0'
3939
# The full version, including alpha/beta/rc tags.
4040
release = version
4141
######################################################################

Diff for: examples/docker/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

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

33-
ENV LIBRDKAFKA_VERSION v2.5.0-RC3
33+
ENV LIBRDKAFKA_VERSION v2.5.0
3434
ENV KAFKACAT_VERSION master
3535

3636

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_install_requirements(path):
7575
setup(name='confluent-kafka',
7676
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
7777
# and version in docs/conf.py.
78-
version='2.5.0.rc3',
78+
version='2.5.0',
7979
description='Confluent\'s Python client for Apache Kafka',
8080
author='Confluent Inc',
8181
author_email='[email protected]',

Diff for: src/confluent_kafka/src/confluent_kafka.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
4444
*/
4545
#define CFL_VERSION 0x02050000
46-
#define CFL_VERSION_STR "2.5.0.rc3"
46+
#define CFL_VERSION_STR "2.5.0"
4747

4848
/**
4949
* Minimum required librdkafka version. This is checked both during

0 commit comments

Comments
 (0)