Skip to content

Commit d3f76d9

Browse files
committed
PyThaiNLP v5.2.0
1 parent 5fa7aca commit d3f76d9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pip install pythainlp
2626

2727
| Version | Description | Status |
2828
|:------:|:--:|:------:|
29-
| [5.1.2](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) |
30-
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.2 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) |
29+
| [5.2.0](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) |
30+
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.3 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) |
3131

3232
## Getting Started
3333

README_TH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pip install pythainlp
2222

2323
| รุ่น | คำอธิบาย | สถานะ |
2424
|:------:|:--:|:------:|
25-
| [5.1.2](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) |
26-
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.2 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) |
25+
| [5.2.0](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1080) |
26+
| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.3 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/1169) |
2727

2828
ติดตามพวกเราบน [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/) เพื่อรับข่าวสารเพิ่มเติม
2929

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.2.0-beta1
2+
current_version = 5.2.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
setup(
164164
name="pythainlp",
165-
version="5.2.0-beta1",
165+
version="5.2.0",
166166
description="Thai Natural Language Processing library",
167167
long_description=LONG_DESC,
168168
long_description_content_type="text/markdown",
@@ -211,7 +211,7 @@
211211
],
212212
},
213213
project_urls={
214-
"Documentation": "https://pythainlp.org/docs/5.1/",
214+
"Documentation": "https://pythainlp.org/docs/5.2/",
215215
"Tutorials": "https://pythainlp.org/tutorials/",
216216
"Source Code": "https://github.com/PyThaiNLP/pythainlp",
217217
"Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues",

0 commit comments

Comments
 (0)