Skip to content

Commit

Permalink
Bump to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 2, 2022
1 parent 0939d63 commit 3e15fbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Changelog

.. towncrier release notes start
1.3.1 (2022-08-02)
==================

The published source distribution package became buildable
under Python 3.11.


----


1.3.0 (2022-01-18)
==================

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

__version__ = "1.3.0"
__version__ = "1.3.1"

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

Expand Down

0 comments on commit 3e15fbb

Please sign in to comment.