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

Commit

Permalink
Bumps version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDCH committed Apr 2, 2017
1 parent 925aa8b commit 7e4e081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='update-wrapper',
version='1.2.0',
version='1.2.1',
description='Simplify applying updates on multiple servers by wrapping the update process and logging the output.',
keywords='update wrapper linux debian ansible djdch',
url='https://github.com/EpicScriptTime/update-wrapper',
Expand Down
12 changes: 6 additions & 6 deletions updatewrapper/utils/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def ask_yes_no(question, default=True):


def print_banner():
print(" _ _ _ ____ ___ ")
print(" _ _ _ __ __| | __ _| |_ ___ __ ___ __ __ _ _ __ _ __ ___ _ __ __ _/ | |___ \ / _ \ ")
print("| | | | '_ \ / _` |/ _` | __/ _ \____\ \ /\ / / '__/ _` | '_ \| '_ \ / _ \ '__| \ \ / / | __) || | | |")
print("| |_| | |_) | (_| | (_| | || __/_____\ V V /| | | (_| | |_) | |_) | __/ | \ V /| |_ / __/ | |_| |")
print(" \__,_| .__/ \__,_|\__,_|\__\___| \_/\_/ |_| \__,_| .__/| .__/ \___|_| \_/ |_(_)_____(_)___/ ")
print(" |_| |_| |_| ")
print(" _ _ _ ____ _ ")
print(" _ _ _ __ __| | __ _| |_ ___ __ ___ __ __ _ _ __ _ __ ___ _ __ __ _/ | |___ \ / |")
print("| | | | '_ \ / _` |/ _` | __/ _ \____\ \ /\ / / '__/ _` | '_ \| '_ \ / _ \ '__| \ \ / / | __) | | |")
print("| |_| | |_) | (_| | (_| | || __/_____\ V V /| | | (_| | |_) | |_) | __/ | \ V /| |_ / __/ _| |")
print(" \__,_| .__/ \__,_|\__,_|\__\___| \_/\_/ |_| \__,_| .__/| .__/ \___|_| \_/ |_(_)_____(_)_|")
print(" |_| |_| |_| ")
print()


Expand Down

0 comments on commit 7e4e081

Please sign in to comment.