Skip to content

Commit

Permalink
Bump to 1.2.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 15, 2021
1 parent a3a4bfc commit 5ce4562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog

.. towncrier release notes start
1.2.0a5 (2021-10-15)
1.2.0a6 (2021-10-15)
====================

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.0a5"
__version__ = "1.2.0a6"

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

0 comments on commit 5ce4562

Please sign in to comment.