Skip to content

Commit 3d81baa

Browse files
committed
🔖 release: bump to 1.5
1 parent 58edfd7 commit 3d81baa

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

core/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
de la licence CeCILL diffusée sur le site "http://www.cecill.info".
66
"""
77

8-
version = (1, 4)
9-
version_string = "1.4"
8+
version = (1, 5)
9+
version_string = "1.5"
1010

1111
from .logger import *

start.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,20 @@
4545

4646
def print_ascii_art():
4747
"""
48-
Print GIPSY 2.0 ascii art
48+
Print GIPSY 1.5 ascii art
4949
"""
5050
# Disable some pylints warning violations in this function
5151
# pylint: disable=anomalous-backslash-in-string
5252
# pylint: disable=trailing-whitespace
5353
print(
5454
f"""{color.fg.blue}
55-
___ ____ ____ ___ _ _ __ __
56-
/ __)(_ _)( _ \/ __)( \/ ) / ) /. |
57-
( (_-. _)(_ )___/\__ \ \ / )( (_ _)
58-
\___/(____)(__) (___/ (__) (__)() (_)
59-
55+
_____ _____ _____ _______ __ __ _____
56+
/ ____|_ _| __ \ / ____\ \ / / /_ | | ____|
57+
| | __ | | | |__) | (___ \ \_/ / | | | |__
58+
| | |_ | | | | ___/ \___ \ \ / | | |___ \
59+
| |__| |_| |_| | ____) | | | | |_ ___) |
60+
\_____|_____|_| |_____/ |_| |_(_)____/
61+
6062
{color.stop}"""
6163
)
6264

0 commit comments

Comments
 (0)