Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sphinx/source/strictdoc_04_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/strictdoc-project/strictdoc/blob/main/CHANGELOG.md>`_.

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:

Expand Down
2 changes: 1 addition & 1 deletion docs/strictdoc_04_release_notes.sdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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: >>>
Expand Down
2 changes: 1 addition & 1 deletion strictdoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from strictdoc.core.environment import SDocRuntimeEnvironment

__version__ = "0.0.60"
__version__ = "0.1.0"


environment = SDocRuntimeEnvironment(__file__)
Loading