diff --git a/docs/sphinx/source/strictdoc_04_release_notes.rst b/docs/sphinx/source/strictdoc_04_release_notes.rst index 6a59b233b..15eec0f2c 100644 --- a/docs/sphinx/source/strictdoc_04_release_notes.rst +++ b/docs/sphinx/source/strictdoc_04_release_notes.rst @@ -3,8 +3,8 @@ $$$$$$$$$$$$$ This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available here: `StrictDoc Changelog `_. -Unreleased work -=============== +0.0.54 (2024-04-17) +=================== 1) Two improvements were made to the Composable Documents feature, when included document's root node is edited in including document: diff --git a/docs/strictdoc_04_release_notes.sdoc b/docs/strictdoc_04_release_notes.sdoc index 128f1d86f..055eba9b9 100644 --- a/docs/strictdoc_04_release_notes.sdoc +++ b/docs/strictdoc_04_release_notes.sdoc @@ -6,7 +6,7 @@ This document maintains a record of all changes to StrictDoc since November 2023 [/FREETEXT] [SECTION] -TITLE: Unreleased work +TITLE: 0.0.54 (2024-04-17) [FREETEXT] 1) Two improvements were made to the Composable Documents feature, when included document's root node is edited in including document: diff --git a/strictdoc/__init__.py b/strictdoc/__init__.py index dbad052b7..d459482a7 100644 --- a/strictdoc/__init__.py +++ b/strictdoc/__init__.py @@ -1,6 +1,6 @@ from strictdoc.core.environment import SDocRuntimeEnvironment -__version__ = "0.0.54a2" +__version__ = "0.0.54" environment = SDocRuntimeEnvironment(__file__)