Skip to content

Commit 46936c1

Browse files
authored
Release 1.6.2 (#657)
1 parent b71742c commit 46936c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
v1.6.2
18+
======
19+
20+
*(2025-06-03)*
21+
22+
23+
No significant changes.
24+
25+
26+
----
27+
28+
1729
v1.6.1
1830
======
1931

frozenlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections.abc import MutableSequence
44
from functools import total_ordering
55

6-
__version__ = "1.6.1"
6+
__version__ = "1.6.2"
77

88
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
99

0 commit comments

Comments
 (0)