Skip to content

Commit 85ee150

Browse files
rnpridgeonRyan P
authored and
Ryan P
committed
Version v1.1.0rc1
1 parent 039c2aa commit 85ee150

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
@@ -2193,7 +2193,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
21932193
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
21942194
*/
21952195
static PyObject *version (PyObject *self, PyObject *args) {
2196-
return Py_BuildValue("si", "1.0.1", 0x01000100);
2196+
return Py_BuildValue("si", "1.1.0", 0x01010000);
21972197
}
21982198

21992199
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 = '1.0.1'
58+
version = '1.1.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.0.1'
60+
release = '1.1.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
@@ -38,7 +38,7 @@ def get_install_requirements(path):
3838

3939

4040
setup(name='confluent-kafka',
41-
version='1.0.1',
41+
version='1.1.0',
4242
description='Confluent\'s Python client for Apache Kafka',
4343
author='Confluent Inc',
4444
author_email='[email protected]',

0 commit comments

Comments
 (0)