Skip to content

Commit 63c27d7

Browse files
committed
Release 0.37.1
1 parent bba541f commit 63c27d7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* This project generally follows [semantic versioning](https://semver.org/). For a version `x.y.z`, `x` means a major (backward incompatible) change, `y` means a minor (backward compatible) change, and `z` means a patch (bug fix). Few versions may not strictly follow this rule due to historical reasons, though.
33
* Versions before 1.0 are in initial development. APIs are not stable for these versions, even a `y` version can involve a breaking change, and only partial notable changes are summarized in this document. See full commit history in the source repository for details.
44

5+
## [0.37.1] - 2026-01-31
6+
* Miscellaneous fixes and improvements to the internal code, test suite, development tools, CI/CD workflows, and documentation.
7+
58
## [0.37.0] - 2026-01-23
69
* Added support of the comment format since OpenCC 1.2.0.
710
* Added support of `--dict` (`-d`) option for `convert` subcommand.

sts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""An open library for flexible simplified-traditional Chinese text conversion."""
3-
__version__ = '0.37.0'
3+
__version__ = '0.37.1'
44

55
import html
66
import itertools

0 commit comments

Comments
 (0)