We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71742c commit 46936c1Copy full SHA for 46936c1
CHANGES.rst
@@ -14,6 +14,18 @@ Changelog
14
15
.. towncrier release notes start
16
17
+v1.6.2
18
+======
19
+
20
+*(2025-06-03)*
21
22
23
+No significant changes.
24
25
26
+----
27
28
29
v1.6.1
30
======
31
frozenlist/__init__.py
@@ -3,7 +3,7 @@
3
from collections.abc import MutableSequence
4
from functools import total_ordering
5
6
-__version__ = "1.6.1"
+__version__ = "1.6.2"
7
8
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
9
0 commit comments