From f63d816ef4827d24ace18fd6d2fc08140299c563 Mon Sep 17 00:00:00 2001 From: tristanlatr <19967168+tristanlatr@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:01:58 -0500 Subject: [PATCH] Release pydoctor 24.11.1 (#848) --- README.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c57e56bf4..c6c12d8c5 100644 --- a/README.rst +++ b/README.rst @@ -73,6 +73,9 @@ What's New? in development ^^^^^^^^^^^^^^ +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