We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49afc2a commit 2b8907dCopy full SHA for 2b8907d
3 files changed
CHANGES.rst
@@ -14,6 +14,20 @@ Changelog
14
15
.. towncrier release notes start
16
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
31
1.3.0 (2022-11-08)
32
==================
33
CHANGES/361.bugfix
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
3
-__version__ = "1.3.0"
+__version__ = "1.3.1"
4
5
__all__ = ("Signal",)
6
0 commit comments