Skip to content

Commit 5fd2143

Browse files
committed
Bump to 5.2.0a15
1 parent 4f5ac09 commit 5fd2143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Download dists
197197
uses: actions/download-artifact@v2
198198
- name: Make Release
199-
uses: aio-libs/[email protected].0
199+
uses: aio-libs/[email protected].1
200200
with:
201201
changes_file: CHANGES.rst
202202
name: multidict

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-
5.2.0a14 (2021-10-01)
17+
5.2.0a15 (2021-10-01)
1818
=====================
1919

2020
Features

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"getversion",
2121
)
2222

23-
__version__ = "5.2.0a14"
23+
__version__ = "5.2.0a15"
2424

2525

2626
try:

0 commit comments

Comments
 (0)