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 ff31265 commit 53b9ccfCopy full SHA for 53b9ccf
CHANGES.rst
@@ -14,13 +14,13 @@ Changelog
14
15
.. towncrier release notes start
16
17
-1.3.1 (2022-11-08)
+1.3.2 (2022-11-08)
18
==================
19
20
Misc
21
----
22
23
-- `#327 <https://github.com/aio-libs/frozenlist/issues/327>`_
+- Updated the CI runs to better check for test results and to avoid deprecated syntax. `#327 <https://github.com/aio-libs/frozenlist/issues/327>`_
24
25
26
frozenlist/__init__.py
@@ -5,7 +5,7 @@
5
from functools import total_ordering
6
from typing import Tuple, Type
7
8
-__version__ = "1.3.1"
+__version__ = "1.3.2"
9
10
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
11
0 commit comments