Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Jan 22, 2025
1 parent 0be70d1 commit 1d3db14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release History
===============

dev
---
6.1.0 (2025-01-22)
------------------

**API Changes (Backward Incompatible)**

Expand All @@ -16,8 +16,9 @@ dev
- Support for Python 3.11 has been added.
- Support for Python 3.12 has been added.
- Support for Python 3.13 has been added.
- Improved type hints.
- Updated packaging and testing infrastructure.
- Code cleanup and linting.
- Improved type hints.

6.0.1 (2021-04-17)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/hyperframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""
from __future__ import annotations

__version__ = "6.1.0+dev"
__version__ = "6.1.0"

0 comments on commit 1d3db14

Please sign in to comment.