Skip to content

Commit 1feb7fa

Browse files
committed
Bump to 1.3.3
1 parent 07fbd74 commit 1feb7fa

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.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+
1727
1.3.2 (2022-11-08)
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.2"
8+
__version__ = "1.3.3"
99

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

0 commit comments

Comments
 (0)