Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Nov 8, 2022
1 parent 49afc2a commit 2b8907d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ Changelog

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

Bugfixes
--------

- Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
release.
`#361 <https://github.com/aio-libs/aiosignal/issues/361>`_


----


1.3.0 (2022-11-08)
==================

Expand Down
2 changes: 0 additions & 2 deletions CHANGES/361.bugfix

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.0"
__version__ = "1.3.1"

__all__ = ("Signal",)

Expand Down

0 comments on commit 2b8907d

Please sign in to comment.