Skip to content

Commit

Permalink
Bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Nov 8, 2022
1 parent 07fbd74 commit 1feb7fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,16 @@ Changelog

.. towncrier release notes start
1.3.3 (2022-11-08)
==================

- Fixed CI runs when creating a new release, where new towncrier versions
fail when the current version section is already present.


----


1.3.2 (2022-11-08)
==================

Expand Down
2 changes: 1 addition & 1 deletion frozenlist/__init__.py
Expand Up @@ -5,7 +5,7 @@
from functools import total_ordering
from typing import Tuple, Type

__version__ = "1.3.2"
__version__ = "1.3.3"

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

Expand Down

0 comments on commit 1feb7fa

Please sign in to comment.