Skip to content

Commit 53b9ccf

Browse files
committed
Properly release 1.3.2
1 parent ff31265 commit 53b9ccf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
1.3.1 (2022-11-08)
17+
1.3.2 (2022-11-08)
1818
==================
1919

2020
Misc
2121
----
2222

23-
- `#327 <https://github.com/aio-libs/frozenlist/issues/327>`_
23+
- Updated the CI runs to better check for test results and to avoid deprecated syntax. `#327 <https://github.com/aio-libs/frozenlist/issues/327>`_
2424

2525

2626
----

frozenlist/__init__.py

Lines changed: 1 addition & 1 deletion
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.1"
8+
__version__ = "1.3.2"
99

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

0 commit comments

Comments
 (0)