Skip to content

Commit 8c2cf68

Browse files
committed
Prepare release 2.2.1
1 parent 294b179 commit 8c2cf68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpyint

lib/mysql/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
as mysql.connector.version.
2727
"""
2828

29-
VERSION = (2, 2, 0, 'a', 1)
29+
VERSION = (2, 2, 1, 'b', 1)
3030

3131
if VERSION[3] and VERSION[4]:
3232
VERSION_TEXT = '{0}.{1}.{2}{3}{4}'.format(*VERSION)

0 commit comments

Comments
 (0)