Skip to content

Commit

Permalink
Merge pull request #161 from pllim/v0.15.0-prep
Browse files Browse the repository at this point in the history
Preparing v0.15.0 release
  • Loading branch information
pllim committed Mar 13, 2023
2 parents c95784f + 56d85b7 commit cbf8386
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
# Monthly cron
- cron: '0 8 1 * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
tests:
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Changes in sphinx-automodapi
============================

0.15.0 (2023-01-06)
0.15.0 (2023-03-13)
-------------------

- Silenced spurious warnings on configuring ``:nosignatures:``. [#158]

- Fixed issue with non-ascii characters in object members when the encoding is
not ``utf8``. [#153]

Expand Down

0 comments on commit cbf8386

Please sign in to comment.