Skip to content

Commit

Permalink
insert 2 new lines before text
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Nov 29, 2022
1 parent c2fe511 commit 5b46d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wahoomc/setup_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def check_installed_version_against_latest_pypi():
# compare installed version against latest and issue a info if a new version is available
if latest_version \
and pkg_resources.parse_version(VERSION) < pkg_resources.parse_version(latest_version):
log.info('# A new version of wahoomc is available: "%s". You have installed version "%s". \
log.info('\n\nUpdate available! \
\nA new version of wahoomc is available: "%s". You have installed version "%s". \
\nYou can upgrade wahoomc with "pip install wahoomc --upgrade" \
\nRelease notes are here: https://github.com/treee111/wahooMapsCreator/releases/latest \
\n',
Expand Down

0 comments on commit 5b46d4e

Please sign in to comment.