Skip to content

Commit 23fc8f2

Browse files
committed
2.12.0rc2 in pyproject.toml
1 parent 5d4826a commit 23fc8f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "confluent-kafka"
7-
version = "2.12.0b1"
7+
version = "2.12.0rc2"
88
description = "Confluent's Python client for Apache Kafka"
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",

tools/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ RCs, so it only needs to be set once for each release.
143143

144144
Commit these changes with a commit-message containing the version:
145145

146-
$ git commit -m "Version v0.11.4rc1" src/confluent_kafka/src/confluent_kafka.h docs/conf.py pyproject.toml
146+
$ git commit -m "Version v0.11.4rc1" src/confluent_kafka/src/confluent_kafka.h pyproject.toml
147147

148148

149149
## 5. Tag, CI build, wheel verification, upload

0 commit comments

Comments
 (0)