Skip to content

Commit f11afe2

Browse files
committed
Bump version to v1.3.0
1 parent 730d8c7 commit f11afe2

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.2", 0x01020200);
2196+
return Py_BuildValue("si", "1.3.0", 0x01030000);
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.2'
58+
version = '1.3.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.2.2'
60+
release = '1.3.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
@@ -52,7 +52,7 @@ def get_install_requirements(path):
5252

5353

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

0 commit comments

Comments
 (0)