diff --git a/docs/sphinx/source/strictdoc_04_release_notes.rst b/docs/sphinx/source/strictdoc_04_release_notes.rst index 97a2e9301..22aaa9256 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 0.1.0 (2024-11-01) -============================= +0.1.0 (2024-11-01) +================== This backward-compatible release introduces several new features for tracing requirements to source files: diff --git a/docs/strictdoc_04_release_notes.sdoc b/docs/strictdoc_04_release_notes.sdoc index 7f4c9e905..f37d89751 100644 --- a/docs/strictdoc_04_release_notes.sdoc +++ b/docs/strictdoc_04_release_notes.sdoc @@ -7,7 +7,7 @@ This document maintains a record of all changes to StrictDoc since November 2023 <<< [SECTION] -TITLE: Unreleased 0.1.0 (2024-11-01) +TITLE: 0.1.0 (2024-11-01) [TEXT] STATEMENT: >>> diff --git a/strictdoc/__init__.py b/strictdoc/__init__.py index 3c2e51882..ec4bda81f 100644 --- a/strictdoc/__init__.py +++ b/strictdoc/__init__.py @@ -1,6 +1,6 @@ from strictdoc.core.environment import SDocRuntimeEnvironment -__version__ = "0.0.60" +__version__ = "0.1.0" environment = SDocRuntimeEnvironment(__file__)