Skip to content

Commit 292a9f9

Browse files
committed
Version v0.11.5rc4
1 parent 49d6e80 commit 292a9f9

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
@@ -2089,7 +2089,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
20892089
}
20902090

20912091
static PyObject *version (PyObject *self, PyObject *args) {
2092-
return Py_BuildValue("si", "0.11.5rc0", 0x000b0500);
2092+
return Py_BuildValue("si", "0.11.5rc4", 0x000b0500);
20932093
}
20942094

20952095
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.5rc3',
36+
version='0.11.5rc4',
3737
description='Confluent\'s Apache Kafka client for Python',
3838
author='Confluent Inc',
3939
author_email='[email protected]',

0 commit comments

Comments
 (0)