Skip to content

Commit 77ebb17

Browse files
authored
Merge pull request #1332 from bact/dev
Bump version 5.3.0 -> 5.3.1
2 parents 6df48fb + 21344a3 commit 77ebb17

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to
1717
- Full release notes: <https://github.com/PyThaiNLP/pythainlp/releases>
1818
- Commit history: <https://github.com/PyThaiNLP/pythainlp/compare/v5.3.0...v5.3.1>
1919

20-
## [5.3.1] - 2026-03-15
20+
## [5.3.1] - 2026-03-14
2121

2222
This release focuses on security issues related to corpus file loading.
2323

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract: PyThaiNLP is a Thai natural language processing library for Python. It
2424
repository-code: "https://github.com/PyThaiNLP/pythainlp"
2525
type: software
2626
doi: 10.5281/zenodo.3519354
27-
version: 5.3.0
27+
version: 5.3.1
2828
license-url: "https://spdx.org/licenses/Apache-2.0"
2929
keywords:
3030
- computational linguistics
@@ -38,4 +38,4 @@ keywords:
3838
- Thai NLP
3939
- Thai language
4040
- tokenization
41-
date-released: 2026-03-10
41+
date-released: 2026-03-14

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install pythainlp
3131

3232
| Version | Python version | Changes | Documentation |
3333
|:-------:|:--------------:|:-------:|:-------------:|
34-
| [5.3.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
34+
| [5.3.1](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
3535
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) | [pythainlp.org/dev-docs](https://pythainlp.org/dev-docs/) |
3636

3737
## Features

README_TH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install pythainlp
2929

3030
| รุ่น | รุ่นของ Python | มีอะไรเปลี่ยน | เอกสาร |
3131
| :-: | :-: | :-: | :-: |
32-
| [5.3.0](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
32+
| [5.3.1](https://github.com/PyThaiNLP/pythainlp/releases) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) | [pythainlp.org/docs](https://pythainlp.org/docs) |
3333
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | 3.9+ | [Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) | [pythainlp.org/dev-docs](https://pythainlp.org/dev-docs/) |
3434

3535
## ความสามารถ

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"codeRepository": "https://github.com/PyThaiNLP/pythainlp",
4848
"copyrightYear": 2026,
4949
"dateCreated": "2016-06-27",
50-
"dateModified": "2026-03-10",
50+
"dateModified": "2026-03-14",
5151
"datePublished": "2016-06-27",
5252
"description": "PyThaiNLP is a Thai natural language processing library for Python. It provides standard linguistic analysis for the Thai language, including tokenization and part-of-speech tagging. Additionally, it offers standard Thai locale utility functions, such as Thai Buddhist Era date formatting and the conversion of numbers into Thai text.",
5353
"developmentStatus": "active",
@@ -197,5 +197,5 @@
197197
"https://pythainlp.org/Model-Cards/"
198198
],
199199
"url": "https://pythainlp.org/",
200-
"version": "5.3.0"
200+
"version": "5.3.1"
201201
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "pythainlp"
11-
version = "5.3.0"
11+
version = "5.3.1"
1212
description = "Thai Natural Language Processing library"
1313
readme = "README.md"
1414
requires-python = ">=3.9"
@@ -313,7 +313,7 @@ include = [
313313

314314
# Bumpversion configuration
315315
[tool.bumpversion]
316-
current_version = "5.3.0"
316+
current_version = "5.3.1"
317317
commit = true
318318
tag = true
319319
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)(?P<build>\\d+))?"

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2016-2026 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
4-
__version__ = "5.3.0"
4+
__version__ = "5.3.1"
55

66
thai_consonants: str = (
77
"กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars

0 commit comments

Comments
 (0)