Skip to content

Commit 94c57c8

Browse files
committed
Bump to 1.3.0
1 parent 9f1e15f commit 94c57c8

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.3.0a0 (2022-01-18)
18-
====================
17+
1.3.0 (2022-01-18)
18+
==================
1919

2020
Bugfixes
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.3.0a0"
8+
__version__ = "1.3.0"
99

1010
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
1111

0 commit comments

Comments
 (0)