Skip to content

Commit

Permalink
Bump version to 0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Mar 11, 2024
1 parent bfa6788 commit e21aeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/strictdoc_04_release_notes.sdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.49 (2024-03-11)

[FREETEXT]
The web interface code has been extended to allow editing arbitrary nodes. Previously, only editing the REQUIREMENT type was possible. From now on, it is possible to use the web interface to create custom grammar elements and nodes of corresponding grammar element types.
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.49a7"
__version__ = "0.0.49"


environment = SDocRuntimeEnvironment(__file__)

0 comments on commit e21aeef

Please sign in to comment.