Skip to content

Commit d9a91a3

Browse files
committed
Update release instructions
1 parent 2b8d563 commit d9a91a3

File tree

4 files changed

+260
-144
lines changed

4 files changed

+260
-144
lines changed

docs/conf.py

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@
2323

2424
# -- General configuration ------------------------------------------------
2525

26+
27+
######################################################################
28+
# General information about the project.
29+
project = u'confluent-kafka'
30+
copyright = u'2016-2021, Confluent Inc.'
31+
32+
# The version info for the project you're documenting, acts as replacement for
33+
# |version| and |release|, also used in various other places throughout the
34+
# built documents.
35+
#
36+
# The short X.Y version.
37+
version = '1.6.1'
38+
# The full version, including alpha/beta/rc tags.
39+
release = version
40+
######################################################################
41+
42+
2643
# If your documentation needs a minimal Sphinx version, state it here.
2744
#needs_sphinx = '1.0'
2845

@@ -48,19 +65,6 @@
4865
# The master toctree document.
4966
master_doc = 'index'
5067

51-
# General information about the project.
52-
project = u'confluent-kafka'
53-
copyright = u'2016-2021, Confluent Inc.'
54-
55-
# The version info for the project you're documenting, acts as replacement for
56-
# |version| and |release|, also used in various other places throughout the
57-
# built documents.
58-
#
59-
# The short X.Y version.
60-
version = '1.6.1'
61-
# The full version, including alpha/beta/rc tags.
62-
release = version
63-
6468
# The language for content autogenerated by Sphinx. Refer to documentation
6569
# for a list of supported languages.
6670
#language = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_install_requirements(path):
7575

7676
setup(name='confluent-kafka',
7777
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
78-
# and version and release in docs/conf.py.
78+
# and version in docs/conf.py.
7979
version='1.6.1',
8080
description='Confluent\'s Python client for Apache Kafka',
8181
author='Confluent Inc',

0 commit comments

Comments
 (0)