Skip to content

Commit 550e2cb

Browse files
authored
Merge pull request #597 from stephenhky/develop
Release 4.0.0
2 parents c7c4d8d + ec6c8b6 commit 550e2cb

64 files changed

Lines changed: 4213 additions & 3437 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ shared: &shared
3030
3131
3232
jobs:
33-
py39:
34-
<<: *shared
35-
docker:
36-
- image: cimg/python:3.9
37-
38-
py310:
39-
<<: *shared
40-
docker:
41-
- image: cimg/python:3.10
42-
4333
py311:
4434
<<: *shared
4535
docker:
@@ -53,15 +43,13 @@ jobs:
5343
py313:
5444
<<: *shared
5545
docker:
56-
- image: cimg/python:3.12
46+
- image: cimg/python:3.13
5747

5848

5949
workflows:
6050
version: 2
6151
build:
6252
jobs:
63-
- py39
64-
- py310
6553
- py311
6654
- py312
6755
- py313

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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+
* 04/19/2026: `shorttext` 4.0.0 released.
8384
* 03/22/2026: `shorttext` 3.1.1 released.
8485
* 03/02/2026: `shorttext` 3.1.0 reelased.
8586
* 10/27/2025: `shorttext` 3.0.1 released.

0 commit comments

Comments
 (0)