Skip to content

Commit 8a7b837

Browse files
authored
Merge pull request #17 from confluentinc/bump_0.9.1.2
Version bump to 0.9.1.2
2 parents 57ca6ff + 7ca1ed2 commit 8a7b837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1'
58+
version = '0.9.1.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.9.1'
60+
release = '0.9.1.2'
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
@@ -11,7 +11,7 @@
1111
'confluent_kafka/src/Consumer.c'])
1212

1313
setup(name='confluent-kafka',
14-
version='0.9.1.1',
14+
version='0.9.1.2',
1515
description='Confluent\'s Apache Kafka client for Python',
1616
author='Confluent Inc',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)