Skip to content

Commit a3a2cf2

Browse files
committed
Bump to 1.2.0
1 parent 5248837 commit a3a2cf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
1.2.0a8 (2021-10-15)
18-
====================
17+
1.2.0 (2021-10-16)
18+
==================
1919

2020
Features
2121
--------

frozenlist/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from functools import total_ordering
66
from typing import Tuple, Type
77

8-
__version__ = "1.2.0a8"
8+
__version__ = "1.2.0"
99

1010
__all__ = (
1111
"FrozenList", "PyFrozenList"

0 commit comments

Comments
 (0)