Skip to content

Commit

Permalink
Release 0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Jan 3, 2025
1 parent 6c79cf7 commit 41fefd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/install/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

# Release notes

(release-0-27)=
## 0.27 *(2025-01-03)*

- Added packaging of Python modules in the `_python` directory.
- Added {py:func}`tdoc.core.redirect` to redirect `stdout` / `stderr`.
- Fixed the overflow of wide non-editable {rst:dir}`exec` blocks.

(release-0-26)=
## 0.26 *(2024-12-27)*

Expand Down Expand Up @@ -148,7 +155,7 @@ and Safari don't support it (yet).
(release-0-7)=
## 0.7 *(2024-09-07)*

- Fine-tuned the `exec` control buttons.
- Fine-tuned the {rst:dir}`exec` control buttons.

(release-0-6)=
## 0.6 *(2024-09-07)*
Expand Down
2 changes: 1 addition & 1 deletion tdoc/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: MIT

__project__ = 't-doc-common'
__version__ = '0.27.dev1'
__version__ = '0.27'

0 comments on commit 41fefd8

Please sign in to comment.