We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1e15f commit 94c57c8Copy full SHA for 94c57c8
CHANGES.rst
@@ -14,8 +14,8 @@ Changelog
14
15
.. towncrier release notes start
16
17
-1.3.0a0 (2022-01-18)
18
-====================
+1.3.0 (2022-01-18)
+==================
19
20
Bugfixes
21
--------
frozenlist/__init__.py
@@ -5,7 +5,7 @@
5
from functools import total_ordering
6
from typing import Tuple, Type
7
8
-__version__ = "1.3.0a0"
+__version__ = "1.3.0"
9
10
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
11
0 commit comments