We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4bfc commit 5ce4562Copy full SHA for 5ce4562
CHANGES.rst
@@ -14,7 +14,7 @@ Changelog
14
15
.. towncrier release notes start
16
17
-1.2.0a5 (2021-10-15)
+1.2.0a6 (2021-10-15)
18
====================
19
20
Features
frozenlist/__init__.py
@@ -5,7 +5,7 @@
5
from functools import total_ordering
6
from typing import Tuple, Type
7
8
-__version__ = "1.2.0a5"
+__version__ = "1.2.0a6"
9
10
__all__ = (
11
"FrozenList", "PyFrozenList"
0 commit comments