1 parent 9a7ff74 commit 439b970Copy full SHA for 439b970
3 files changed
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Release History
2
===============
3
4
+dev
5
+---
6
+
7
+**API Changes (Backward Incompatible)**
8
9
+-
10
11
+**API Changes (Backward Compatible)**
12
13
14
15
+**Bugfixes**
16
17
18
19
4.4.0 (2026-07-23)
20
------------------
21
pyproject.toml
@@ -118,6 +118,7 @@ lint.ignore = [
118
"D400", # docs readability
119
"D401", # docs readability
120
"D415", # docs readability
121
+ "PLR0917", # readability
122
"PLR2004", # readability
123
"SIM108", # readability
124
"RUF012", # readability
src/h2/__init__.py
@@ -3,4 +3,4 @@
"""
from __future__ import annotations
-__version__ = "4.4.0"
+__version__ = "4.5.0+dev"
0 commit comments