Skip to content

Commit

Permalink
Properly release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Nov 8, 2022
1 parent ff31265 commit 53b9ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -14,13 +14,13 @@ Changelog

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

Misc
----

- `#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>`_


----
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.1"
__version__ = "1.3.2"

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

Expand Down

0 comments on commit 53b9ccf

Please sign in to comment.