Skip to content

Commit cbf8386

Browse files
authored
Merge pull request #161 from pllim/v0.15.0-prep
Preparing v0.15.0 release
2 parents c95784f + 56d85b7 commit cbf8386

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
# Monthly cron
1111
- cron: '0 8 1 * *'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
tests:
1519
runs-on: ${{ matrix.os }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.8
2222

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Changes in sphinx-automodapi
22
============================
33

4-
0.15.0 (2023-01-06)
4+
0.15.0 (2023-03-13)
55
-------------------
66

7+
- Silenced spurious warnings on configuring ``:nosignatures:``. [#158]
8+
79
- Fixed issue with non-ascii characters in object members when the encoding is
810
not ``utf8``. [#153]
911

0 commit comments

Comments
 (0)