Skip to content

Commit

Permalink
Release pydoctor 23.9.0 (#734)
Browse files Browse the repository at this point in the history
* Bump to version 23.9.0
  • Loading branch information
tristanlatr authored Sep 24, 2023
1 parent 4e05370 commit f03223c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up CPython
if: ${{ matrix.tox_target == 'python-igraph-apidocs' }}
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Set up PyPy
if: ${{ matrix.tox_target != 'python-igraph-apidocs' }}
uses: actions/setup-python@v2
with:
python-version: 'pypy-3.6'
python-version: '3.11'

- name: Install tox
run: |
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ What's New?
in development
^^^^^^^^^^^^^^

pydoctor 23.9.0
^^^^^^^^^^^^^^^

This is the last major release to support Python 3.6.

* Do not show `**kwargs` when keywords are specifically documented with the `keyword` field
and no specific documentation is given for the `**kwargs` entry.
* Fix annotation resolution edge cases: names are resolved in the context of the module
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pydoctor
version = 23.4.1.dev0
version = 23.9.0.dev0
author = Michael Hudson-Doyle
author_email = [email protected]
maintainer = Maarten ter Huurne
Expand Down

0 comments on commit f03223c

Please sign in to comment.