Skip to content

Commit 3e15fbb

Browse files
committed
Bump to v1.3.1
1 parent 0939d63 commit 3e15fbb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.3.1 (2022-08-02)
18+
==================
19+
20+
The published source distribution package became buildable
21+
under Python 3.11.
22+
23+
24+
----
25+
26+
1727
1.3.0 (2022-01-18)
1828
==================
1929

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

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

0 commit comments

Comments
 (0)