diff --git a/CHANGES.rst b/CHANGES.rst index b7968809..80b0cbcb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,8 +14,8 @@ Changelog .. towncrier release notes start -1.2.0a8 (2021-10-15) -==================== +1.2.0 (2021-10-16) +================== Features -------- diff --git a/frozenlist/__init__.py b/frozenlist/__init__.py index 76d07c27..c3edca21 100644 --- a/frozenlist/__init__.py +++ b/frozenlist/__init__.py @@ -5,7 +5,7 @@ from functools import total_ordering from typing import Tuple, Type -__version__ = "1.2.0a8" +__version__ = "1.2.0" __all__ = ( "FrozenList", "PyFrozenList"