Skip to content

Commit 1ae12ba

Browse files
committed
Remove RC designation in preperation for v1.0.0 release
1 parent 1ea35d0 commit 1ae12ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '1.0.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.0.0rc10'
60+
release = '1.0.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
@@ -41,7 +41,7 @@ def get_install_requirements(path):
4141

4242

4343
setup(name='confluent-kafka',
44-
version='1.0.0rc10',
44+
version='1.0.0',
4545
description='Confluent\'s Python client for Apache Kafka',
4646
author='Confluent Inc',
4747
author_email='[email protected]',

0 commit comments

Comments
 (0)