diff --git a/README.rst b/README.rst index a004473db..87e0afa4f 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/setup.cfg b/setup.cfg index 1a5aa899a..b8f69278a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydoctor -version = 24.11.0.dev.0 +version = 24.11.1.dev0 author = Michael Hudson-Doyle author_email = micahel@gmail.com maintainer = Maarten ter Huurne