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

Commit c9cd1f8

Browse files
committed
Bumps version to 1.1.0
1 parent fa0af2e commit c9cd1f8

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.0.0',
13+
version='1.1.0',
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)