Skip to content

Commit 19d4521

Browse files
authored
Update to 2.2.0 (#46)
1 parent 4f0411f commit 19d4521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
install_requires = [
3434
'robotframework >= 3.2.1',
35-
'confluent-kafka == 2.1.1',
35+
'confluent-kafka == 2.2.0',
3636
'requests >= 2.25.1',
3737
],
3838
extras_require={

src/ConfluentKafkaLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.1.1-1'
1+
VERSION = '2.2.0-1'

0 commit comments

Comments
 (0)