Release v2.2.0 (#618)

This commit is contained in:
Inada Naoki
2023-06-22 14:51:11 +09:00
committed by GitHub
parent ae1a098930
commit 1e1405587c
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
What's new in 2.2.0 What's new in 2.2.0
====================== ======================
Release: TBD Release: 2023-06-22
* Use ``pkg-config`` instead of ``mysql_config`` (#586) * Use ``pkg-config`` instead of ``mysql_config`` (#586)
* Raise ProgrammingError on -inf (#557) * Raise ProgrammingError on -inf (#557)

View File

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