Skip to content

Commit

Permalink
Minor edit (#255)
Browse files Browse the repository at this point in the history
* doc : INSTALL.md updated

* doc : AUTHORS.md updated

* doc : CHANGELOG updated

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi authored Aug 27, 2023
1 parent 590b859 commit fcce761
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fcce761

Please sign in to comment.