Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 18, 2022
1 parent 9f1e15f commit 94c57c8
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.3.0a0 (2022-01-18)
====================
1.3.0 (2022-01-18)
==================

Bugfixes
--------
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.3.0a0"
__version__ = "1.3.0"

__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]

Expand Down

0 comments on commit 94c57c8

Please sign in to comment.