Skip to content

Commit

Permalink
Bump to 1.2.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 15, 2021
1 parent 2e62689 commit 551af1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
path: dist
- run: |
tree
- name: Login
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
Expand Down
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.0a7 (2021-10-15)
1.2.0a8 (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.0a7"
__version__ = "1.2.0a8"

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

0 comments on commit 551af1f

Please sign in to comment.