Skip to content

Commit d516506

Browse files
committed
Version bump to v0.11.0 (pre)
1 parent e45d19c commit d516506

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
@@ -1427,7 +1427,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
14271427
}
14281428

14291429
static PyObject *version (PyObject *self, PyObject *args) {
1430-
return Py_BuildValue("si", "0.9.4", 0x00090400);
1430+
return Py_BuildValue("si", "0.11.0", 0x000b0000);
14311431
}
14321432

14331433
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.9.2'
58+
version = '0.11.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.9.2'
60+
release = '0.11.0'
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.9.4',
18+
version='0.11.0',
1919
description='Confluent\'s Apache Kafka client for Python',
2020
author='Confluent Inc',
2121
author_email='support@confluent.io',

0 commit comments

Comments
 (0)