Skip to content

Commit 2076d16

Browse files
authored
release v2.2.7 (#754)
1 parent 2226fc4 commit 2076d16

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
======================
2+
What's new in 2.2.7
3+
======================
4+
5+
Release: 2025-01-10
6+
7+
* Add ``user``, ``host``, ``database``, and ``db`` attributes to ``Connection``.
8+
opentelemetry-instrumentation-(dbapi|mysqlclient) use them. (#753)
9+
110
======================
211
What's new in 2.2.6
312
======================

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__ = "2.2.6"
3-
version_info = (2, 2, 6, "final", 0)
2+
__version__ = "2.2.7"
3+
version_info = (2, 2, 7, "final", 0)

0 commit comments

Comments
 (0)