Skip to content

Commit 640fe6d

Browse files
authored
Release v2.2.0rc1 (#607)
1 parent 5dfab4d commit 640fe6d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

HISTORY.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
Release: TBD
66

77
* Use ``pkg-config`` instead of ``mysql_config`` (#586)
8-
9-
8+
* Raise ProgrammingError on -inf (#557)
9+
* Raise IntegrityError for ER_BAD_NULL. (#579)
10+
* Windows: Use MariaDB Connector/C 3.3.4 (#585)
11+
* Use pkg-config instead of mysql_config (#586)
12+
* Add collation option (#564)
13+
* Drop Python 3.7 support (#593)
14+
* Use pyproject.toml for build (#598)
15+
* Add Cursor.mogrify (#477)
16+
* Partial support of ssl_mode option with mariadbclient (#475)
17+
* Discard remaining results without creating Python objects (#601)
18+
* Fix executemany with binary prefix (#605)
1019

1120
======================
1221
What's new in 2.1.1

src/MySQLdb/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Inada Naoki <[email protected]>"
2-
version_info = (2, 2, 0, "dev", 0)
3-
__version__ = "2.2.0.dev0"
2+
version_info = (2, 2, 0, "rc", 1)
3+
__version__ = "2.2.0.rc1"

0 commit comments

Comments
 (0)