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