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 00cabf8 commit 409080dCopy full SHA for 409080d
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.0rc6'
+release = '1.0.0rc7'
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.0rc6',
+ version='1.0.0rc7',
45
description='Confluent\'s Python client for Apache Kafka',
46
author='Confluent Inc',
47
author_email='support@confluent.io',
0 commit comments