Skip to content

Commit

Permalink
Merge branch 'master' into 846-typing-Generic-in-MRO
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr authored Dec 9, 2024
2 parents 88f5613 + f63d816 commit 0e12841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ in development
* Fix a bug in the MRO computing code that would result in an incorrect
``Cannot compute linearization of the class inheritance hierarchy`` message
for valid types extending ``typing.Generic`` as well as other generic classes.

pydoctor 24.11.1
^^^^^^^^^^^^^^^^

* Fix a bug that would cause a variable marked as `Final` not being considered as a constant if
it was declared under a control-flow block.
* Fix a bug in google and numpy "Attributes" section in module docstring:
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 = 24.11.0.dev.0
version = 24.11.1.dev0
author = Michael Hudson-Doyle
author_email = [email protected]
maintainer = Maarten ter Huurne
Expand Down

0 comments on commit 0e12841

Please sign in to comment.