Skip to content

Commit 2b8907d

Browse files
committed
Bump to 1.3.1
1 parent 49afc2a commit 2b8907d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.3.1 (2022-11-08)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
24+
release.
25+
`#361 <https://github.com/aio-libs/aiosignal/issues/361>`_
26+
27+
28+
----
29+
30+
1731
1.3.0 (2022-11-08)
1832
==================
1933

CHANGES/361.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

aiosignal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from frozenlist import FrozenList
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"
44

55
__all__ = ("Signal",)
66

0 commit comments

Comments
 (0)