Skip to content

Commit 1d3db14

Browse files
committed
v6.1.0
1 parent 0be70d1 commit 1d3db14

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
dev
5-
---
4+
6.1.0 (2025-01-22)
5+
------------------
66

77
**API Changes (Backward Incompatible)**
88

@@ -16,8 +16,9 @@ dev
1616
- Support for Python 3.11 has been added.
1717
- Support for Python 3.12 has been added.
1818
- Support for Python 3.13 has been added.
19-
- Improved type hints.
2019
- Updated packaging and testing infrastructure.
20+
- Code cleanup and linting.
21+
- Improved type hints.
2122

2223
6.0.1 (2021-04-17)
2324
------------------

src/hyperframe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
from __future__ import annotations
55

6-
__version__ = "6.1.0+dev"
6+
__version__ = "6.1.0"

0 commit comments

Comments
 (0)