Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 16, 2021
1 parent 5248837 commit a3a2cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Changelog

.. towncrier release notes start
1.2.0a8 (2021-10-15)
====================
1.2.0 (2021-10-16)
==================

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion frozenlist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from functools import total_ordering
from typing import Tuple, Type

__version__ = "1.2.0a8"
__version__ = "1.2.0"

__all__ = (
"FrozenList", "PyFrozenList"
Expand Down

0 comments on commit a3a2cf2

Please sign in to comment.