Skip to content

Commit f9709bd

Browse files
committed
Bump to 1.2.0
1 parent 194f334 commit f9709bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Changelog
1515
.. towncrier release notes start
1616
1717
18-
1.2.0a0 (2021-10-16)
19-
====================
18+
1.2.0 (2021-10-16)
19+
==================
2020

2121
Features
2222
--------

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.2.0a0"
3+
__version__ = "1.2.0"
44

55
__all__ = ("Signal",)
66

0 commit comments

Comments
 (0)