File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ keywords:
4545 - " Thai language"
4646 - " Thai NLP"
4747license : Apache-2.0
48- version : 5.1.0-beta1
49- date-released : " 2024-12-27 "
48+ version : 5.1.0-beta2
49+ date-released : " 2025-02-09 "
Original file line number Diff line number Diff line change 33 "@type" : " SoftwareSourceCode" ,
44 "name" : " PyThaiNLP" ,
55 "description" : " Thai Natural Language Processing in Python" ,
6- "version" : " 5.1.0-beta1 " ,
6+ "version" : " 5.1.0-beta2 " ,
77 "author" : [
88 {
99 "@type" : " Person" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ tensorflow==2.18.0
3535thai-nner==0.3
3636tltk==1.6.8
3737torch==1.13.1
38- transformers==4.48.1
38+ transformers==4.48.2
3939ufal.chu-liu-edmonds==1.0.3
4040wtpsplit==1.3.0
4141wunsen==0.0.3
Original file line number Diff line number Diff line change 22# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33# SPDX-FileType: SOURCE
44# SPDX-License-Identifier: Apache-2.0
5- __version__ = "5.1.0-beta1 "
5+ __version__ = "5.1.0-beta2 "
66
77thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
88
Original file line number Diff line number Diff line change 11# How to cut a new release
22
330 . Check if the package can be built properly.
4- Add the prefix "[ cd build] " to the commit message to trigger wheel building.
4+ Include "[ cd build] " in the commit message to trigger wheel building.
551 . This project follows [ semantic versioning] [ semver ] .
66 Ensure the version and release date fields (if any) in these files
77 have been updated to the version of the new planned release:
8+ - ` codemeta.json `
89 - ` pyproject.toml `
910 - ` setup.cfg `
1011 - ` setup.py `
12+ - ` CHANGELOG.md `
1113 - ` CITATION.cff `
1214 - ` README.md `
1315 - ` README.TH.md `
14- - ` CHANGELOG.md `
15162 . Navigate to the [ releases page] [ releases ] and click the
1617 "Draft a new release" button.
1718 Only project maintainers are able to perform this step.
2122 For instance, the title could be ` v5.0.1 ` .
22235 . Add a short summary of important changes in this release.
2324 For example, deprecation or termination of support.
25+ This should be similar to what have been logged in ` CHANGELOG.md ` .
24266 . Then click the "Generate release notes" button.
25277 . You can optionally include any particular thank-you's to contributors or
2628 reviewers in a note at the bottom of the release.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.1.0-beta1
2+ current_version = 5.1.0-beta2
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 150150
151151setup (
152152 name = "pythainlp" ,
153- version = "5.1.0-beta1 " ,
153+ version = "5.1.0-beta2 " ,
154154 description = "Thai Natural Language Processing library" ,
155155 long_description = LONG_DESC ,
156156 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments