Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 0e0dedc

Browse files
committed
Bumps version to 1.3.1
1 parent ba19928 commit 0e0dedc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='update-wrapper',
13-
version='1.3.0',
13+
version='1.3.1',
1414
description='Simplify applying updates on multiple servers by wrapping the update process and logging the output.',
1515
keywords='update wrapper linux debian ansible djdch',
1616
url='https://github.com/EpicScriptTime/update-wrapper',

updatewrapper/utils/display.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ def ask_yes_no(question, default=True):
3939

4040

4141
def print_banner():
42-
print(" _ _ _ _____ ___ ")
43-
print(" _ _ _ __ __| | __ _| |_ ___ __ ___ __ __ _ _ __ _ __ ___ _ __ __ _/ | |___ / / _ \ ")
44-
print("| | | | '_ \ / _` |/ _` | __/ _ \____\ \ /\ / / '__/ _` | '_ \| '_ \ / _ \ '__| \ \ / / | |_ \| | | |")
45-
print("| |_| | |_) | (_| | (_| | || __/_____\ V V /| | | (_| | |_) | |_) | __/ | \ V /| |_ ___) | |_| |")
46-
print(" \__,_| .__/ \__,_|\__,_|\__\___| \_/\_/ |_| \__,_| .__/| .__/ \___|_| \_/ |_(_)____(_)___/ ")
47-
print(" |_| |_| |_| ")
42+
print(" _ _ _ _____ _ ")
43+
print(" _ _ _ __ __| | __ _| |_ ___ __ ___ __ __ _ _ __ _ __ ___ _ __ __ _/ | |___ / / |")
44+
print("| | | | '_ \ / _` |/ _` | __/ _ \____\ \ /\ / / '__/ _` | '_ \| '_ \ / _ \ '__| \ \ / / | |_ \ | |")
45+
print("| |_| | |_) | (_| | (_| | || __/_____\ V V /| | | (_| | |_) | |_) | __/ | \ V /| |_ ___) || |")
46+
print(" \__,_| .__/ \__,_|\__,_|\__\___| \_/\_/ |_| \__,_| .__/| .__/ \___|_| \_/ |_(_)____(_)_|")
47+
print(" |_| |_| |_| ")
4848
print()
4949

5050

0 commit comments

Comments
 (0)