File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.2.0-beta1
2+ current_version = 5.2.0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 162162
163163setup (
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments