diff --git a/AUTHORS.md b/AUTHORS.md index b611a751..eea3f78c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,10 +1,10 @@ -# Core Developer # +# Core Developers ---------- -- Sepand Haghighi - Sharif University of Technology - [@sepandhaghighi](http://github.com/sepandhaghighi) -- Sadra Sabouri - Sharif University of Technology - [@sadrasabouri](https://github.com/sadrasabouri) +- [@sepandhaghighi](http://github.com/sepandhaghighi) - Open Science Laboratory +- [@sadrasabouri](https://github.com/sadrasabouri) - Open Science Laboratory -# Other Contributors # +# Other Contributors ---------- - [@heidecjj](https://github.com/heidecjj) - [@noobkoder](https://github.com/n00bkoder) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161ac9e7..3b07c614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - `__detailed_return` parameter added to `art` function - `__detailed_return` parameter added to `text2art` function +- Random mode name bug fixed - `__word2art` function modified - `art` function tail space bug fixed - `space` parameter bug fixed - `space` parameter added to `art` function - `space` parameter added to `aprint` function - `font_check.py` modified +- `README.md` modified +- `INSTALL.md` modified ## [6.0] - 2023-06-14 ### Added - 6 new font diff --git a/INSTALL.md b/INSTALL.md index 1f104955..41bea3ec 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,7 @@ ## Installation +⚠️ **ART 6.1** is the last version to support **Python 3.5** officially + ⚠️ **ART 4.4** is the last version to support **Python 2.7** & **Python 3.4** officially ⚠️ **PyPI** support of these versions will be removed in a **future release** diff --git a/README.md b/README.md index bd6a0e6e..b52b4785 100644 --- a/README.md +++ b/README.md @@ -763,7 +763,7 @@ art test2 ``` ### CLI -⚠️ [Backward Compatibility] **ART 5.9** is the last version to support this **CLI structure** +⚠️ [Backward Compatibility] **ART 5.9** is the last version to support this **CLI structure** officially ⚠️ You can use `art` or `python -m art` to run this mode