We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57ca6ff + 7ca1ed2 commit 8a7b837Copy full SHA for 8a7b837
docs/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '0.9.1'
+version = '0.9.1.2'
59
# The full version, including alpha/beta/rc tags.
60
-release = '0.9.1'
+release = '0.9.1.2'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
setup.py
@@ -11,7 +11,7 @@
11
'confluent_kafka/src/Consumer.c'])
12
13
setup(name='confluent-kafka',
14
- version='0.9.1.1',
+ version='0.9.1.2',
15
description='Confluent\'s Apache Kafka client for Python',
16
author='Confluent Inc',
17
author_email='[email protected]',
0 commit comments