Skip to content

Commit 4f20d1f

Browse files
committed
Version v0.11.5rc5
1 parent 5a2bb52 commit 4f20d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
21562156
}
21572157

21582158
static PyObject *version (PyObject *self, PyObject *args) {
2159-
return Py_BuildValue("si", "0.11.5rc4", 0x000b0500);
2159+
return Py_BuildValue("si", "0.11.5rc5", 0x000b0500);
21602160
}
21612161

21622162
static PyMethodDef cimpl_methods[] = {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_install_requirements(path):
3333

3434

3535
setup(name='confluent-kafka',
36-
version='0.11.5rc4',
36+
version='0.11.5rc5',
3737
description='Confluent\'s Apache Kafka client for Python',
3838
author='Confluent Inc',
3939
author_email='[email protected]',

0 commit comments

Comments
 (0)