Skip to content

Commit 3493a87

Browse files
Version 6.2 (#270)
* rel : migrate to version 6.2 * doc : notebooks version updated * doc : bug_report.yml version updated * doc : INSTALL.md updated * doc : release date updated
1 parent 316780a commit 3493a87

File tree

12 files changed

+23
-20
lines changed

12 files changed

+23
-20
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
label: Art version
8686
description: Which version of Art are you using?
8787
options:
88+
- Art 6.2
8889
- Art 6.1
8990
- Art 6.0
9091
- Art 5.9

ArtList.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 6.1"
14+
"### Version : 6.2"
1515
]
1616
},
1717
{

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [6.2] - 2024-04-22
89
### Added
910
- 5 new font
1011
1. alissa
@@ -2103,7 +2104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21032104
- 1-Line art
21042105
- CLI commands
21052106

2106-
[Unreleased]: https://github.com/sepandhaghighi/art/compare/v6.1...dev
2107+
[Unreleased]: https://github.com/sepandhaghighi/art/compare/v6.2...dev
2108+
[6.2]: https://github.com/sepandhaghighi/art/compare/v6.1...v6.2
21072109
[6.1]: https://github.com/sepandhaghighi/art/compare/v6.0...v6.1
21082110
[6.0]: https://github.com/sepandhaghighi/art/compare/v5.9...v6.0
21092111
[5.9]: https://github.com/sepandhaghighi/art/compare/v5.8...v5.9

DecorList.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 6.1"
14+
"### Version : 6.2"
1515
]
1616
},
1717
{

FontList.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 6.1"
14+
"### Version : 6.2"
1515
]
1616
},
1717
{

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
### PyPI
1111

1212
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
13-
- `pip install art==6.1` (Need root access)
13+
- `pip install art==6.2`
1414

1515
### Source code
16-
- Download [Version 6.1](https://github.com/sepandhaghighi/art/archive/v6.1.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
16+
- Download [Version 6.2](https://github.com/sepandhaghighi/art/archive/v6.2.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
1717
- `pip install .`
1818

1919
### Conda
2020

2121
#### Conda-Forge
2222
- Check [Conda-Forge](https://conda-forge.org)
23-
- `conda install -c conda-forge ascii-art ` (Need root access)
23+
- `conda install -c conda-forge ascii-art `
2424

2525
#### Private channel
2626
- Check [Conda Managing Package](https://conda.io)
27-
- `conda install -c sepandhaghighi art ` (Need root access)
27+
- `conda install -c sepandhaghighi art `
2828

2929
### MATLAB
3030

3131
- Download and install [MATLAB](https://www.mathworks.com/products/matlab.html) (>=8.5, 64/32 bit)
3232
- Download and install [Python3.x](https://www.python.org/downloads/) (>=3.5, 64/32 bit)
3333
- [x] Select `Add to PATH` option
3434
- [x] Select `Install pip` option
35-
- Run `pip install art` (Need root access)
35+
- Run `pip install art`
3636
- Configure Python interpreter
3737
```matlab
3838
>> pyversion PYTHON_EXECUTABLE_FULL_PATH

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------------- | ------------------ |
7-
| 6.1 | :white_check_mark: |
8-
| < 6.1 | :x: |
7+
| 6.2 | :white_check_mark: |
8+
| < 6.2 | :x: |
99

1010
## Reporting a vulnerability
1111

art/art_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .decor_dic import *
77
from .art_dic import *
88

9-
ART_VERSION = "6.1" # pragma: no cover
9+
ART_VERSION = "6.2" # pragma: no cover
1010
FONT_SMALL_THRESHOLD = 50 # pragma: no cover
1111
FONT_MEDIUM_THRESHOLD = 100 # pragma: no cover
1212
FONT_LARGE_THRESHOLD = 200 # pragma: no cover

art/test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4426,11 +4426,11 @@
44264426
\__,_||_| \__|
44274427
<BLANKLINE>
44284428
<BLANKLINE>
4429-
__ _
4430-
__ __ / /_ / |
4431-
\ \ / /| '_ \ | |
4432-
\ V / | (_) | _ | |
4433-
\_/ \___/ (_)|_|
4429+
__ ____
4430+
__ __ / /_ |___ \
4431+
\ \ / /| '_ \ __) |
4432+
\ V / | (_) | _ / __/
4433+
\_/ \___/ (_)|_____|
44344434
<BLANKLINE>
44354435
<BLANKLINE>
44364436
ASCII art is also known as "computer text art".

otherfile/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "art" %}
2-
{% set version = "6.1" %}
2+
{% set version = "6.2" %}
33

44
package:
55
name: {{ name|lower }}

0 commit comments

Comments
 (0)