File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.10"
2121
3232 with :
3333 user : __token__
3434 password : ${{ secrets.PYPI_API_TOKEN }}
35- skip_existing : true
35+ skip-existing : true
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ You can talk to me in advance through e-mails or the [Issues](https://github.com
8080
8181## News
8282
83+ * 03/22/2026: ` shorttext ` 3.1.1 released.
8384* 03/02/2026: ` shorttext ` 3.1.0 reelased.
8485* 10/27/2025: ` shorttext ` 3.0.1 released.
8586* 08/10/2025: ` shorttext ` 3.0.0 released.
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = u'3.1'
6262# The full version, including alpha/beta/rc tags.
63- release = u'3.1.0 '
63+ release = u'3.1.1 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 11News
22====
33
4+ * 03/22/2026: `shorttext ` 3.1.1 released.
45* 03/02/2026: `shorttext ` 3.1.0 reelased.
56* 10/27/2025: `shorttext ` 3.0.1 released.
67* 08/10/2025: `shorttext ` 3.0.0 released.
8889What's New
8990----------
9091
92+ Release 3.1.1 (March 22, 2026)
93+ ------------------------------
94+
95+ * Change to Github actions.
96+
9197Release 3.1.0 (March, 2, 2026)
9298------------------------------
9399
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ snowballstemmer==3.0.1
1010transformers == 5.3.0
1111torch == 2.10.0
1212numba == 0.64.0
13- npdict == 0.0.8
13+ npdict == 0.0.9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " shorttext"
7- version = " 3.1.0 "
7+ version = " 3.1.1 "
88authors = [
99 {name = " Kwan Yuet Stephen Ho" , email = " stephenhky@yahoo.com.hk" }
1010]
You can’t perform that action at this time.
0 commit comments