Skip to content

Commit 551af1f

Browse files
committed
Bump to 1.2.0a8
1 parent 2e62689 commit 551af1f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ jobs:
247247
uses: actions/download-artifact@v2
248248
with:
249249
name: dist
250+
path: dist
251+
- run: |
252+
tree
250253
- name: Login
251254
run: |
252255
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
1.2.0a7 (2021-10-15)
17+
1.2.0a8 (2021-10-15)
1818
====================
1919

2020
Features

frozenlist/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from functools import total_ordering
66
from typing import Tuple, Type
77

8-
__version__ = "1.2.0a7"
8+
__version__ = "1.2.0a8"
99

1010
__all__ = (
1111
"FrozenList", "PyFrozenList"

0 commit comments

Comments
 (0)