Skip to content

Commit 3846ed1

Browse files
committed
Version v0.11.4rc1
1 parent fcfd142 commit 3846ed1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

confluent_kafka/src/confluent_kafka.c

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

16811681
static PyObject *version (PyObject *self, PyObject *args) {
1682-
return Py_BuildValue("si", "0.11.0", 0x000b0000);
1682+
return Py_BuildValue("si", "0.11.4", 0x000b0400);
16831683
}
16841684

16851685
static PyMethodDef cimpl_methods[] = {

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.11.0'
58+
version = '0.11.4'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.11.0'
60+
release = '0.11.4'
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
@@ -15,7 +15,7 @@
1515
'confluent_kafka/src/Consumer.c'])
1616

1717
setup(name='confluent-kafka',
18-
version='0.11.0',
18+
version='0.11.4rc1',
1919
description='Confluent\'s Apache Kafka client for Python',
2020
author='Confluent Inc',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)