We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1b081 commit 09d950eCopy full SHA for 09d950e
docs/conf.py
@@ -57,7 +57,7 @@
57
# The short X.Y version.
58
version = '1.0.0'
59
# The full version, including alpha/beta/rc tags.
60
-release = '1.0.0rc5'
+release = '1.0.0rc6'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
setup.py
@@ -41,7 +41,7 @@ def get_install_requirements(path):
41
42
43
setup(name='confluent-kafka',
44
- version='1.0.0rc5',
+ version='1.0.0rc6',
45
description='Confluent\'s Python client for Apache Kafka',
46
author='Confluent Inc',
47
author_email='support@confluent.io',
0 commit comments