We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fbd74 commit 1feb7faCopy full SHA for 1feb7fa
CHANGES.rst
@@ -14,6 +14,16 @@ Changelog
14
15
.. towncrier release notes start
16
17
+1.3.3 (2022-11-08)
18
+==================
19
+
20
+- Fixed CI runs when creating a new release, where new towncrier versions
21
+ fail when the current version section is already present.
22
23
24
+----
25
26
27
1.3.2 (2022-11-08)
28
==================
29
frozenlist/__init__.py
@@ -5,7 +5,7 @@
5
from functools import total_ordering
6
from typing import Tuple, Type
7
8
-__version__ = "1.3.2"
+__version__ = "1.3.3"
9
10
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
11
0 commit comments