Skip to content

Commit abbb043

Browse files
committed
Version v1.2.2rc-1
1 parent 485049c commit abbb043

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
21932193
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
21942194
*/
21952195
static PyObject *version (PyObject *self, PyObject *args) {
2196-
return Py_BuildValue("si", "1.2.0", 0x01020000);
2196+
return Py_BuildValue("si", "1.2.2", 0x01020200);
21972197
}
21982198

21992199
static PyMethodDef cimpl_methods[] = {

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.2.0'
58+
version = '1.2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.2.0'
60+
release = '1.2.2'
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
@@ -52,7 +52,7 @@ def get_install_requirements(path):
5252

5353

5454
setup(name='confluent-kafka',
55-
version='1.2.0',
55+
version='1.2.2rc1',
5656
description='Confluent\'s Python client for Apache Kafka',
5757
author='Confluent Inc',
5858
author_email='[email protected]',

0 commit comments

Comments
 (0)