Skip to content

Commit

Permalink
Release 1.3.2 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 13, 2024
1 parent 76a4814 commit 74015c6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ Changelog

.. towncrier release notes start
1.3.2 (2024-12-13)
==================

Deprecations and Removals
-------------------------

- Dropped Python 3.7 support.
`#413 <https://github.com/aio-libs/aiosignal/issues/413>`_

- Dropped Python 3.8 support.
`#645 <https://github.com/aio-libs/aiosignal/issues/645>`_


Misc
----

- `#362 <https://github.com/aio-libs/aiosignal/issues/362>`_


----

1.3.1 (2022-11-08)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/362.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/413.removal

This file was deleted.

2 changes: 1 addition & 1 deletion aiosignal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from frozenlist import FrozenList

__version__ = "1.3.1"
__version__ = "1.3.2"

__all__ = ("Signal",)

Expand Down

0 comments on commit 74015c6

Please sign in to comment.