Skip to content

Commit 439b970

Browse files
committed
prepare for next release cycle
1 parent 9a7ff74 commit 439b970

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Release History
22
===============
33

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+
419
4.4.0 (2026-07-23)
520
------------------
621

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ lint.ignore = [
118118
"D400", # docs readability
119119
"D401", # docs readability
120120
"D415", # docs readability
121+
"PLR0917", # readability
121122
"PLR2004", # readability
122123
"SIM108", # readability
123124
"RUF012", # readability

src/h2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
from __future__ import annotations
55

6-
__version__ = "4.4.0"
6+
__version__ = "4.5.0+dev"

0 commit comments

Comments
 (0)