Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chitaoji committed Aug 14, 2024
1 parent 714401c commit 62603f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ examples/myfile.py:34: ' print(<book>.content)'
This project falls under the BSD 3-Clause License.

## History
### v0.1.28
* Fixed issue: can not display HTML entities as plain text in `*._repr_mimebundle_()`.

### v0.1.27
* New gloabal parameters: `tree_style=`, `table_style=`, `use_mimebundle=`, and `skip_line_numbers=`; find them under `tx.display_params`.
* Defined `display_params.defaults()` for users to get the default values of the parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Version file."""

VERSION = (0, 1, 27)
VERSION = (0, 1, 28)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 62603f7

Please sign in to comment.