Skip to content

Commit 20b5810

Browse files
committed
v0.11.5
1 parent 11f53d2 commit 20b5810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5rc7", 0x000b0500);
2159+
return Py_BuildValue("si", "0.11.5", 0x000b0500);
21602160
}
21612161

21622162
static PyMethodDef cimpl_methods[] = {

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '0.11.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.11.5rc7'
60+
release = '0.11.5'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

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.5rc7',
36+
version='0.11.5',
3737
description='Confluent\'s Apache Kafka client for Python',
3838
author='Confluent Inc',
3939
author_email='support@confluent.io',

0 commit comments

Comments
 (0)