Skip to content

Commit 5ce4562

Browse files
committed
Bump to 1.2.0a6
1 parent a3a4bfc commit 5ce4562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
1.2.0a5 (2021-10-15)
17+
1.2.0a6 (2021-10-15)
1818
====================
1919

2020
Features

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.0a5"
8+
__version__ = "1.2.0a6"
99

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

0 commit comments

Comments
 (0)