Skip to content

Commit 1e14055

Browse files
authored
Release v2.2.0 (#618)
1 parent ae1a098 commit 1e14055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
What's new in 2.2.0
33
======================
44

5-
Release: TBD
5+
Release: 2023-06-22
66

77
* Use ``pkg-config`` instead of ``mysql_config`` (#586)
88
* Raise ProgrammingError on -inf (#557)

src/MySQLdb/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Inada Naoki <songofacandy@gmail.com>"
2-
version_info = (2, 2, 0, "rc", 1)
3-
__version__ = "2.2.0.rc1"
2+
__version__ = "2.2.0"
3+
version_info = (2, 2, 0, "final", 0)

0 commit comments

Comments
 (0)