From f12c5e6fa357941f41a557002ba9a04ae47a3ed5 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Sun, 8 Dec 2024 23:38:00 -0500 Subject: [PATCH] Bump to version 24.11.1 --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c57e56bf4..3094d48bd 100644 --- a/README.rst +++ b/README.rst @@ -70,8 +70,8 @@ You can select a different format using the ``--docformat`` option or the ``__do 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. diff --git a/setup.cfg b/setup.cfg index 1a5aa899a..6b2a91333 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydoctor -version = 24.11.0.dev.0 +version = 24.11.1 author = Michael Hudson-Doyle author_email = micahel@gmail.com maintainer = Maarten ter Huurne