We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939d63 commit 3e15fbbCopy full SHA for 3e15fbb
CHANGES.rst
@@ -14,6 +14,16 @@ Changelog
14
15
.. towncrier release notes start
16
17
+1.3.1 (2022-08-02)
18
+==================
19
+
20
+The published source distribution package became buildable
21
+under Python 3.11.
22
23
24
+----
25
26
27
1.3.0 (2022-01-18)
28
==================
29
frozenlist/__init__.py
@@ -5,7 +5,7 @@
5
from functools import total_ordering
6
from typing import Tuple, Type
7
8
-__version__ = "1.3.0"
+__version__ = "1.3.1"
9
10
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
11
0 commit comments