Skip to content

Commit 65e5d69

Browse files
rel : migrate to version 5.8
1 parent 1a8acb8 commit 65e5d69

10 files changed

+59
-26
lines changed

ArtList.ipynb

+29-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 5.7"
14+
"### Version : 5.8"
1515
]
1616
},
1717
{
@@ -1041,7 +1041,13 @@
10411041
"******************************\n",
10421042
"high five\n",
10431043
"( ⌒o⌒)人(⌒-⌒ )v \n",
1044-
"******************************\n",
1044+
"******************************\n"
1045+
]
1046+
},
1047+
{
1048+
"name": "stdout",
1049+
"output_type": "stream",
1050+
"text": [
10451051
"hitchhicking\n",
10461052
"(งツ)ว \n",
10471053
"******************************\n",
@@ -2040,7 +2046,13 @@
20402046
"******************************\n",
20412047
"tidy up\n",
20422048
"┬─┬⃰͡ (ᵔᵕᵔ͜ ) \n",
2043-
"******************************\n",
2049+
"******************************\n"
2050+
]
2051+
},
2052+
{
2053+
"name": "stdout",
2054+
"output_type": "stream",
2055+
"text": [
20442056
"tie-fighter\n",
20452057
"|—O—| \n",
20462058
"******************************\n",
@@ -2064,13 +2076,7 @@
20642076
"******************************\n",
20652077
"tripping out\n",
20662078
"q(❂‿❂)p \n",
2067-
"******************************\n"
2068-
]
2069-
},
2070-
{
2071-
"name": "stdout",
2072-
"output_type": "stream",
2073-
"text": [
2079+
"******************************\n",
20742080
"trolling\n",
20752081
"༼∵༽ ༼⍨༽ ༼⍢༽ ༼⍤༽ \n",
20762082
"******************************\n",
@@ -2231,6 +2237,19 @@
22312237
"nbconvert_exporter": "python",
22322238
"pygments_lexer": "ipython3",
22332239
"version": "3.5.2"
2240+
},
2241+
"toc": {
2242+
"base_numbering": 1,
2243+
"nav_menu": {},
2244+
"number_sections": false,
2245+
"sideBar": true,
2246+
"skip_h1_title": false,
2247+
"title_cell": "Table of Contents",
2248+
"title_sidebar": "PyCM",
2249+
"toc_cell": false,
2250+
"toc_position": {},
2251+
"toc_section_display": true,
2252+
"toc_window_display": false
22342253
}
22352254
},
22362255
"nbformat": 4,

CHANGELOG.md

+3-1
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+
## [5.8] - 2022-11-23
89
### Added
910
- 8 new font
1011
1. russian2
@@ -2035,7 +2036,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20352036
- 1-Line art
20362037
- CLI commands
20372038

2038-
[Unreleased]: https://github.com/sepandhaghighi/art/compare/v5.7...dev
2039+
[Unreleased]: https://github.com/sepandhaghighi/art/compare/v5.8...dev
2040+
[5.8]: https://github.com/sepandhaghighi/art/compare/v5.7...v5.8
20392041
[5.7]: https://github.com/sepandhaghighi/art/compare/v5.6...v5.7
20402042
[5.6]: https://github.com/sepandhaghighi/art/compare/v5.5...v5.6
20412043
[5.5]: https://github.com/sepandhaghighi/art/compare/v5.4...v5.5

DecorList.ipynb

+14-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 5.7"
14+
"### Version : 5.8"
1515
]
1616
},
1717
{
@@ -752,6 +752,19 @@
752752
"nbconvert_exporter": "python",
753753
"pygments_lexer": "ipython3",
754754
"version": "3.5.2"
755+
},
756+
"toc": {
757+
"base_numbering": 1,
758+
"nav_menu": {},
759+
"number_sections": false,
760+
"sideBar": true,
761+
"skip_h1_title": false,
762+
"title_cell": "Table of Contents",
763+
"title_sidebar": "PyCM",
764+
"toc_cell": false,
765+
"toc_position": {},
766+
"toc_section_display": true,
767+
"toc_window_display": false
755768
}
756769
},
757770
"nbformat": 4,

FontList.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"### Version : 5.7"
14+
"### Version : 5.8"
1515
]
1616
},
1717
{
@@ -4539,7 +4539,6 @@
45394539
}
45404540
],
45414541
"metadata": {
4542-
"celltoolbar": "Edit Metadata",
45434542
"kernelspec": {
45444543
"display_name": "Python 3",
45454544
"language": "python",

INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
⚠️ **PyPI** support of these versions will be removed in a **future release**
66

77
### Source code
8-
- Download [Version 5.7](https://github.com/sepandhaghighi/art/archive/v5.7.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
8+
- Download [Version 5.8](https://github.com/sepandhaghighi/art/archive/v5.8.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
99
- `python3 setup.py install` or `python setup.py install` (Need root access)
1010

1111
### PyPI
1212

1313

1414
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
15-
- `pip install art==5.7` or `pip3 install art==5.7` (Need root access)
15+
- `pip install art==5.8` or `pip3 install art==5.8` (Need root access)
1616

1717
* Note : On `--upgrade` error install latest version of `setuptools` : `pip install setuptools` and retry
1818

@@ -29,7 +29,7 @@
2929

3030
### Easy install
3131

32-
- Run `easy_install "art==5.7"` (Need root access)
32+
- Run `easy_install "art==5.8"` (Need root access)
3333

3434
### MATLAB
3535

art/art_param.py

+1-1
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 = "5.7" # pragma: no cover
9+
ART_VERSION = "5.8" # 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -4406,11 +4406,11 @@
44064406
\__,_||_| \__|
44074407
<BLANKLINE>
44084408
<BLANKLINE>
4409-
____ _____
4410-
__ __| ___| |___ |
4411-
\ \ / /|___ \ / /
4412-
\ V / ___) | _ / /
4413-
\_/ |____/ (_) /_/
4409+
____ ___
4410+
__ __| ___| ( _ )
4411+
\ \ / /|___ \ / _ \
4412+
\ V / ___) | _ | (_) |
4413+
\_/ |____/ (_) \___/
44144414
<BLANKLINE>
44154415
<BLANKLINE>
44164416
ASCII art is also known as "computer text art".

otherfile/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "art" %}
2-
{% set version = "5.7" %}
2+
{% set version = "5.8" %}
33

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

otherfile/version_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from art.art_param import *
77

88
Failed = 0
9-
VERSION = "5.7"
9+
VERSION = "5.8"
1010

1111
README_ITEMS = ['<td align="center">{0}</td>'.format(str(FONT_COUNTER)),
1212
'<img src="https://img.shields.io/badge/Art List-{0}-orange.svg">'.format(str(ART_COUNTER)),

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read_description():
3535
setup(
3636
name='art',
3737
packages=['art'],
38-
version='5.7',
38+
version='5.8',
3939
description='ASCII Art Library For Python',
4040
long_description=read_description(),
4141
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)