Skip to content

Commit 6d09e6b

Browse files
mpcabdclaude
andcommitted
Bump to 3.0.1: remove obsolete files and update version history
Remove .travis.yml, MANIFEST.in, meta.yaml, and upload-to-anaconda.sh which are all superseded by the modernised pyproject.toml/hatchling setup and GitHub Actions CI. Update README version history accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 69c96ad commit 6d09e6b

6 files changed

Lines changed: 9 additions & 103 deletions

File tree

.travis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ https://github.com/mpcabd/python-arabic-reshaper/tarball/master
248248

249249
## Version History
250250

251+
### 3.0.1
252+
253+
* Modernised packaging: migrated from `setuptools` to `hatchling` via `pyproject.toml`
254+
* Dropped support for Python < 3.10
255+
* Switched CI from Travis CI to GitHub Actions
256+
* Added type hints and improved test coverage for font configuration
257+
* Removed obsolete Anaconda publishing scripts
258+
251259
### 3.0.0
252260
* Stop supporting Python 2.7
253261
* Remove dependency on `future`. See #88.

meta.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "arabic-reshaper"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "Reconstruct Arabic sentences to be used in applications that do not support Arabic"
99
readme = "README.md"
1010
license = { text = "MIT" }

upload-to-anaconda.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)